nick_rogers
27th February 2004, 23:16
We upgraded to port set 6.1c.06.07, a report (standard report modiified) to print 7 checks per page now only prints 6 checks per page. The page length is 60 lines - I have debugged and the internal var that tracks the current line is 1 more that the actual number of lines that have been printed, so all of a sudden the footer section is executed. The report thinks it has printed 60 lines when in fact it has only printed 59 lines, thus now only 6 checks per page.
The internal var that counts the number of lines is read only so I cannot change its value.
I have tried the following:
1) sepecified 60 lines on the page length on the actual report and compiled.
2) changed the paper length on the Fonts by Paper Type session to 61, then also in the printer driver changed to 61.
Any suggestions ?
The internal var that counts the number of lines is read only so I cannot change its value.
I have tried the following:
1) sepecified 60 lines on the page length on the actual report and compiled.
2) changed the paper length on the Fonts by Paper Type session to 61, then also in the printer driver changed to 61.
Any suggestions ?