Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

SkipLabel Problem

edited March 2004 in General
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

Comments

  • edited March 2004
    One other difference that I should have mentioned is that I am using a JIT
    Pipeline while the example uses a DB Pipeline.

    Tom
  • edited March 2004
    For the benefit of someone else who may have the same problem, setting
    "CachePages=true" solved the problem.
This discussion has been closed.