SkipLabel Problem
Delphi 7, ReportBuilder 7.03, HP LaserJet 2300
I have an application that prints labels in 3 columns of 10.
I have incorporated the technique outlined in SkipLabels.zip. The example in
that program skips labels properly in both the preview and print..
In my program, the preview shows the skipped labels but when printed from
the preview, the labels are not skipped, and start printing in the first
position. Obviously, the printer driver and the printer are identical. I
have all the event handlers that are in the example and everything is
configured the same as far as I can tell. The only difference is the labels
format (3 columns vs 2 columns.)
Any suggestions about why the preview and print are not identical would be
appreciated.
Regards,
Tom
I have an application that prints labels in 3 columns of 10.
I have incorporated the technique outlined in SkipLabels.zip. The example in
that program skips labels properly in both the preview and print..
In my program, the preview shows the skipped labels but when printed from
the preview, the labels are not skipped, and start printing in the first
position. Obviously, the printer driver and the printer are identical. I
have all the event handlers that are in the example and everything is
configured the same as far as I can tell. The only difference is the labels
format (3 columns vs 2 columns.)
Any suggestions about why the preview and print are not identical would be
appreciated.
Regards,
Tom
This discussion has been closed.
Comments
Pipeline while the example uses a DB Pipeline.
Tom
"CachePages=true" solved the problem.