Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Why my SAPSCRIPT printed wrong?

Former Member
0 Likes
652

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?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
619

Hi,

maybe you have miss describe the size of your window .. ?

could you check it ?

regards

Fred

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
620

Hi,

maybe you have miss describe the size of your window .. ?

could you check it ?

regards

Fred

Read only

Former Member
0 Likes
619

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

Read only

SwadhinGhatuary
Active Contributor
0 Likes
619

hi Luis ,

use

/:PROTECT

..

.

/:ENDPROTECT

to print the content in one page . and adjust the window size  Settings>Form Painter