|
|
 | | From: | bob & trina | | Subject: | 2.5 vs 2.2 printing of reports | | Date: | Sun, 02 Jan 2005 13:20:22 -0600 |
|
|
 | i'm writing a yearend payroll report and discovered that running it in 2.5 slows the process down so that it is taking more than 30 minutes to run. the report runs in about 2 minutes in version 2.2. the cov files that are new with 2.5 are usually small in size--168 to 468 bits, right?. the printer.cov file for this app is 7904. the run is 4 different programs summarizing payroll for the year and quarter. running it in 2.5 also screws up 2nd & 3rd pages of the second report--the font is changing, or something similar. Again, running this in 2.2 does not have this problem. i think something is wrong with 2.5 and printing. i can send you all the cov files and copies of the printed reports with the errors when run in 2.5. Let me know if you want that, or the code.
thanks bob meek meek & co
|
|
 | | From: | Geoff Wass | | Subject: | Re: 2.5 vs 2.2 printing of reports | | Date: | Sun, 2 Jan 2005 21:44:05 -0500 |
|
|
 | bob & trina wrote: > i'm writing a yearend payroll report and discovered that running it in > 2.5 slows the process down so that it is taking more than 30 minutes > to run. the report runs in about 2 minutes in version 2.2. the cov > files that are new with 2.5 are usually small in size--168 to 468 > bits, right?. the printer.cov file for this app is 7904. the run is 4 > different programs summarizing payroll for the year and quarter. > running it in 2.5 also screws up 2nd & 3rd pages of the second > report--the font is changing, or something similar. Again, running > this in 2.2 does not have this problem. i think something is wrong > with 2.5 and printing. i can send you all the cov files and copies of > the printed reports with the errors when run in 2.5. Let me know if > you want that, or the code. > > thanks > bob meek > meek & co
Bob,
If I understand your message, then you should look at SET COVERAGE ON|OFF in the on-line help. You may need to set it OFF and recompile your application. If SET COVERAGE is ON, it will slow execution since it must take time to track and record program activity.
--
:-)
---------- Geoff Wass (dBVIPS) Montréal, Québec, Canada
========== ======= ==== = More dBASE information at http://geocities.com/geoff_wass
Please reply in the news groups only. Have you backed up your work?! = ==== ======= ==========
|
|
 | | From: | bob & trina | | Subject: | Re: 2.5 vs 2.2 printing of reports | | Date: | Sun, 02 Jan 2005 21:36:19 -0600 |
|
|
 | Geoff Wass wrote: > > Bob, > > If I understand your message, then you should look at SET COVERAGE ON|OFF in > the on-line help. You may need to set it OFF and recompile your application. > If SET COVERAGE is ON, it will slow execution since it must take time to > track and record program activity.
Geoff turned coverage off and every thing works ok. runs in 2 miniutes. thanks. bob meek meek & co
|
|
|