PDA

View Full Version : Printing format - change from portrait to Landscape



Guest.Visitor
03-07-2002, 05:05 AM
I believe if you can post more information about how your application is performing the print operation, you will get some assistance...

bcbose@yahoo.com
03-25-2002, 06:29 AM
Report printing from our application used to be in the A4 size landscape format. But NOW it is printing on A4 type portrait. Could you please tell me how to change it to the original format.

Guest.Visitor
03-25-2002, 06:29 AM
This might be helpful. Portrait/Landscape printing HardCoded in printer file: CHGPRTF If you use the chgprtf command and change degree of page rotation = 90 the form will print portrait. CRTPRTF Degree of page rotation . . . . PAGRTT > 0 0=Portrait 90=Landscape 180=Backward? System Automation: CRTPRTF Degree of page rotation . . . . *AUTO OVRPRTF FILE(QSYSPRT) PAGESIZE(66 80) 80 or less is portrait greater than 80 is landscape