Kbase P13838: How to print Labels continuously without Page Breaks or Form Feeds in Results
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2004 |
|
Status: Verified
GOAL:
How to print Labels continuously without Page Breaks or Form Feeds in Results
FACT(s) (Environment):
Windows
Progress 8.x
Progress 9.x
FIX:
Form Feeds are caused by the length of the page set in the Standard Page settings in Windows. No matter the Result's printing format, it gets the length of the page from this setting.
To fix it:
1) Open your report in Results
2) Select View As Report
3) If needed, reselect the same fields
4) Select Options -> Custom Page
5) Set the Page Length to 999 (This is the largest acceptable number)
6) Click OK
7) Select View as Label.
Now, it will go continuously for 999 lines without a form feed.
NOTE: If more Lines are needed you must modify your que###.p file:
1) Open the report file (the que###.p)
2) At the end where report.page-size is denoted change it to 9999999
3) Save it.