‎2007 Mar 29 11:53 AM
Hi Guys,
Is that possible for me to determine SAPScript's window dynamically during runtime? For eg, During SAPScript development, i defaulted the Main window's upper margin = 1cm, left margin = 1cm.
During runtime there is report selection where allow user to key in the starting position for Main window that they want, for eg User key in Upper margin to 6cm, Left margin to 6cm. So the layout should display the Main window position accordingly.
Please comment if there is a way to achieve.
Thanks in advance.
‎2007 Mar 29 11:56 AM
Hi!
No, you can't change the windows during runtime, dynamically.
But you can define more pages with different layouts. This is used in most common: FIRST page for the cover page, conatins addresses, additional info, and a few lines of the MAIN window. And on a NEXT page there is nuch more space for main window, because no address data is needen on the next page.
Regards
Tamá
‎2007 Mar 30 4:31 AM
Hi Tamás,
How abt smartform? Am i able to achieve what i want via smartform?
Please comemnt.
Thanks in advance.