I Need to get all customers within DateRange
it's vb app,i use DTPicker to get the dates.
Here is code:
mobjReport.RecordSelectionFormula = "{ERCHistory.CreateDate} in Date(" & DateFrom & "
to Date(" & DateTo & "
"
What's wrong with that?
What's really interesting that.. this code works for some reports, but it does not work for two other reports.If I run the report without RecordSelectionFormula then report gets popuilated with records.But if i use the RecordSelectionFormula than report is displayed with out records.
What may cause this problem?
THANKS FOR ANY Help.
it's vb app,i use DTPicker to get the dates.
Here is code:
mobjReport.RecordSelectionFormula = "{ERCHistory.CreateDate} in Date(" & DateFrom & "
What's wrong with that?
What's really interesting that.. this code works for some reports, but it does not work for two other reports.If I run the report without RecordSelectionFormula then report gets popuilated with records.But if i use the RecordSelectionFormula than report is displayed with out records.
What may cause this problem?
THANKS FOR ANY Help.