I am going from VFP 6.0 & 7.0 to VFP9.0
I have noticed that reports run very slowly in VFP 9.0 I have only done this one report.
I wonder if something has changed and the way I have done my reports in the past needs to change.
Here is how I get the cursor for the report.
In the code of the data environment , I will write something like this
Select *;
from (tablename)
into cursor TempReport
I don't have the fasters machine Windows 2000 laptop. However, it takes about 3-45 seconds for the report to open.
If I put abrowse after getting the cursor, from that point on it is OK, before that is where the delat is.
Any suggestions
Thanks
Kevin Cotter
PES
I have noticed that reports run very slowly in VFP 9.0 I have only done this one report.
I wonder if something has changed and the way I have done my reports in the past needs to change.
Here is how I get the cursor for the report.
In the code of the data environment , I will write something like this
Select *;
from (tablename)
into cursor TempReport
I don't have the fasters machine Windows 2000 laptop. However, it takes about 3-45 seconds for the report to open.
If I put abrowse after getting the cursor, from that point on it is OK, before that is where the delat is.
Any suggestions
Thanks
Kevin Cotter
PES