Correct way to pass a datetime parameter to a crystal report 
Author Message
 Correct way to pass a datetime parameter to a crystal report

What is the correct way to pass a datetiime parameter discrete value to a
report?

I keep getting the error Specified cast is not valid?



Tue, 30 Aug 2005 03:01:28 GMT  
 Correct way to pass a datetime parameter to a crystal report
Hi,
if you want to set the criteria for the date and time then
you can you the following format.

Cr.ReplaceSelectionFormula "(CDate({AccountDetails.CDate})

Quote:
>=Cdate('" & Format(cboFrom.Value, "MM/dd/YYYY") & "')"

regards,
jawahir

Quote:
>-----Original Message-----
>What is the correct way to pass a datetiime parameter
discrete value to a
>report?

>I keep getting the error Specified cast is not valid?

>.



Wed, 31 Aug 2005 06:06:57 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing Parameters from C# to Crystal Report / Crystal Report Viewer

2. Passing parameters to a report in Crystal Reports 6

3. parameter passing to Crystal Reports 9

4. Passing parameters to crystal report

5. Passing a parameter to Crystal Reports

6. How do you pass parameters from VB 5 to crystal reports

7. Passing parameters to Crystal Reports

8. Passing Parameters to Crystal Report 5.0 (Stored Procedure Query )

9. Passing parameter to Crystal Reports

10. Pass parameters to Crystal Reports?

11. Passing parameters to Seagate Crystal Reports 8

12. Passing Parameter in Crystal Report

 

 
Powered by phpBB® Forum Software