You can set the optoins avaliable inthe NEW-PAGE to handle the line-size and this will determine the actual page setup for printing.
Try like this:
parameters: p_r1 radiobutton group rd1 default 'X', p_r2 radiobutton group rd1. start-of-selection. if p_r1 = 'X'. NEW-PAGE LINE-SIZE 132 LINE-COUNT 65. " << potrait write: ' I am potrait'. else. new-page line-size 256 line-count 30. " << landscape write: ' I am landscape'. endif.
Regards,
Naimesh Patel
Add a comment