IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#19243 - 01/16/06 11:23 AM Page Buffer Storage
cpamc Offline
OL User

Registered: 01/03/06
Posts: 85
Loc: Des Moines
Is there a way to store a datapage in a page buffer and recall that buffered data page? We don't want to have to create 50 variables and store each dataline and then recall each line. We want to store a whole pages and then recall them.

We're doing a 2up job using N-up. We need to create a duplicate piece that prints during the print run. The run itself goes to a stacker and we want to have it automatically kick a copy of every 500th record to the top exit as a QC measure.

We're using a csv file and advancing the datapage for every repeat in the N-up. We need to store the datapages for the QC piece that we want to see.

Do you have any magic tricks in your bag to pull this off?
thanks

Top
#19244 - 01/20/06 12:08 PM Re: Page Buffer Storage
Anonymous
Unregistered


Hello,

Add a page (make it the first page) that would print only when the following condition is true:
=(mod(&current.datapage,500)=0)

Hope it helps.

Top


Moderator:  cosimo, OL Newsgroup Support