Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Skip to new page

Status
Not open for further replies.
Mar 9, 2006
93
0
0
CA
I have a for each statement to go throught each record in my table and display results on a page (1 page per record). I know the PUT SKIP will skip a line but is there a way I can SKIP to a new page. Thanks for all your help.
Matt
 
The skip-to-next-page command in Progress is "PAGE". The "OUTPUT" statement must have the "PAGED" option for "PAGE" to have any effect.
 
matt23lucier,
or you can put the control code that your printer understands.
for example:
Code:
put chr(12) skip (0).
will tell most if not all hp laserjets to do a form feed.
regards,
longhair
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top