VB6 + Crystal Reports 
Author Message
 VB6 + Crystal Reports

Hi,

I have a reports made by Crystal Reports with parameters, I call to the
report with a value into the parameters; How can I make that when I call to
a preview of this report, it does not request to me these parameters?
The report shows a window in order to request these parameters. Can I do
that this window does not appears?

Thanks
Julian



Thu, 15 May 2003 09:25:52 GMT  
 VB6 + Crystal Reports
Hi,

In reports created with CR7 (I don't know if it is true for all other releases)
if you want to use a Parameter Field to pass a value to a report without being
asked to provide or confirm input, then use the following syntax:

CrystalReport1.ParameterFields(0) = "pName;Beth;TRUE"

This assigns "Beth" to the parmeter field pName without a user prompt.  If you
change TRUE to FALSE, the user will be prompted to confirm.

Regards,

John............

Quote:

> Hi,

> I have a reports made by Crystal Reports with parameters, I call to the
> report with a value into the parameters; How can I make that when I call to
> a preview of this report, it does not request to me these parameters?
> The report shows a window in order to request these parameters. Can I do
> that this window does not appears?

> Thanks
> Julian



Thu, 15 May 2003 11:02:31 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Newbee HELP with VB6 Crystal Reports Date search

2. VB6 Crystal Reports Question

3. VB6, Crystal Report 8

4. VB6 + Crystal Report 4.6 problem

5. VB6 - Crystal Reports 7 Books

6. Crystal Reports 8.5 (VB6) to Crystal Reports NET (VB.NET) conversion

7. VB6 Data Reports or of Crystal Reports?

8. how can I transfer the report from Access2000 to crystal report 8.5 or VB6.0

9. report based on a stored procedure , crystal reports and vb6

10. VB6 Data Reports or of Crystal Reports?

11. Help: VB6 Crashes after adding Crystal Report 6.0 Designer report

12. VB6 Data Reports or of Crystal Reports?

 

 
Powered by phpBB® Forum Software