ā2013 Aug 01 11:29 PM
Hello, I have a SAPSCRIPT but does not work because this print a line below, like this:
How can I do to print a new line or print this line in the next page of my SAPSCRIPT?
ā2013 Aug 02 7:51 AM
Hi,
maybe you have miss describe the size of your window .. ?
could you check it ?
regards
Fred
ā2013 Aug 02 7:51 AM
Hi,
maybe you have miss describe the size of your window .. ?
could you check it ?
regards
Fred
ā2013 Aug 02 8:15 AM
Hi Luis,
You can try the following options:
1. Resize your window from Settings-->Form Painter ( you have to open the script in its original language to be able to resize windows)
2. In your text element where this particular line is written , you can give a / (Line Feed) to create a new line
3. You can write your code in "/:PROTECT ..../:ENDPROTECT" command so that whatever is wriiten in between gets printed in one page.
Let me know if this helps .
Regards,
Amrita
ā2013 Aug 02 8:31 AM
hi Luis ,
use
/:PROTECT
..
.
/:ENDPROTECT
to print the content in one page . and adjust the window size Settings>Form Painter