> This is probably dumb, but could you place vtext on your report and:

This works fine for one page bills of lading.  The problem is that the
carbonless forms are stacked in the printer pink-yellow-white,
pink-yellow-white.

Therefore, for a two page bill of lading:
 
> Set var vtext = 'Pink Copy for Customer'
> Print report

Page one of the customer copy is now printed on the pink sheet and page two on
the yellow sheet.

> Set var vtext = 'Yellow Copy for Store'
> Print report

Page one of the store copy is now on the white sheet and page two on the next
pink sheet.

> Set var vtext = 'White Copy for Office'
> Print report

Page one of the office copy is now on the yellow sheet, and page two on the
white sheet.

My problem is that I need all the page ones (on the first set of
pink-yellow-white pages), then all the page twos (on the next set).

--
Larry

Reply via email to