finding a range of dates using CR6 with VB6 
Author Message
 finding a range of dates using CR6 with VB6

Here's my code: (dates are in mm/dd/yy format)

Report.RecordSelectionFormula = "{ado.Date} = in '" & strDate1 & "' to '" &
strDate2

CRViewer1.ReportSource = Report
CRViewer1.ViewReport

everything seems fine until the report loads and I get the following message
in a vbokonly box:

A number, currency amount, boolean or string is expected here.

Any suggestions?

Thanks in advance



Tue, 13 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Problem reporting range of dates with CR6 and VB6

2. Crystal Reports 8.5 date range parameter field - record selection that includes null date range

3. Create Date array using Date range

4. How to print records between two dates with CR6 and VB6

5. Problem finding a DATE (TIME) field using ADO and VB6

6. CR6 - VB6 - Finding the same Access MDB from different Computers

7. Find Events OCCURRING during date range

8. Finding intersection of two date ranges

9. Date Range from VB6

10. A Date range test, VB6/Access

11. Weird printing problem using CR6 and VB6

12. Using CR6 within VB6

 

 
Powered by phpBB® Forum Software