I was wondering how can i decrease the time for the report to be shown from the moment i ask it till it's ready.
I have a VB interface that imports to crystal reports Parameters like startdate and enddate. the time for the report to appear it's way too much comparing to the time needed from crystal (design mode) or comparing to a list that doesn't need parameters.
I have a sybase anywhere adaptive database.
Another question is, I have a field in the table of timestamp datatype. I am asking the crystal report to show me all the records between two parameters of DateTime datatype in crystal. it's not working for the same date but different time.
Example: system Format(dd/MM/yyyy)
1-2003/10/11 7:13:42
2-2003/10/11 7:25:14
3-2003/10/11 13:36:25
asking all the records from 2003/10/11 7:00:00 AM to 2003/10/11 11:59:59 Pm is giving nothing.
blank report, therefore it works if I ask it from 2003/10/11 7:00:00 AM to 2003/10/12 12:00:00 am
I need your help!
I have a VB interface that imports to crystal reports Parameters like startdate and enddate. the time for the report to appear it's way too much comparing to the time needed from crystal (design mode) or comparing to a list that doesn't need parameters.
I have a sybase anywhere adaptive database.
Another question is, I have a field in the table of timestamp datatype. I am asking the crystal report to show me all the records between two parameters of DateTime datatype in crystal. it's not working for the same date but different time.
Example: system Format(dd/MM/yyyy)
1-2003/10/11 7:13:42
2-2003/10/11 7:25:14
3-2003/10/11 13:36:25
asking all the records from 2003/10/11 7:00:00 AM to 2003/10/11 11:59:59 Pm is giving nothing.
blank report, therefore it works if I ask it from 2003/10/11 7:00:00 AM to 2003/10/12 12:00:00 am
I need your help!