Welcome Guest [Log In] [Register]
Bookmark and Share
Welcome to LawsonTalk. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free. After registration, please check your e-mail within 24 hours for an message from us, read it, and reply to it.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Page Size; Which takes precedence?
Topic Started: Oct 2 2006, 04:41 AM (270 Views)
lpatena
Advanced Member
[ *  *  * ]
Hi all ---

If I have:

1. A printer that has it's page length set to 62 lines per page
2. A .rpt that has $PAGESIZE 63
3. A rptgen -s61 was done against the program in Step #2

Which takes precedence when the report is actually run??? I'm thinking that #3 takes precedence over #2. But does #1 trump them all?

Unix
Oracle
Apps 8.0.3 MSP8
Env 8.0.3 ESP6

Thanks all once again,
Laura

Offline Profile Quote Post Goto Top
 
Milo
Member Avatar
Rebmem Member
[ *  *  *  *  *  *  * ]
Yes, #1 trumps them all. Printer page size does rule. If the printer is set to 62 lines and you output a 63-line page, the printer will spit the first page out after 62 lines, then spit the 2nd page out after 1 line (the 63rd line).

In order to fit reports on single pages properly, without those annoying second pages, you have to have the number of lines in the report less-than-or-equal-to the number of lines the printer is programmed for. I hope that this helps.
Offline Profile Quote Post Goto Top
 
« Previous Topic · Coding, Program Errors and Bugs · Next Topic »
Add Reply