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

SAPscript error: my bottom windows does not show

aris_hidalgo
Contributor
0 Likes
806

Hello experts,

I am currently having a problem with my sapscript form. The problem is when too many records are shown in the main window, the windows in the bottom is not being displayed. Is there a way to fix this?Thanks guys!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
760

Hi Viray,

If there are lot of records use

<b>PROTECT and ENDPROTECT.</b>

so that these records are carried over to the next page..

But the problem shud be the size.. open the graphical form painter ..

utilities ->settings and resize the windows..

regards

satesh

5 REPLIES 5
Read only

Former Member
0 Likes
761

Hi Viray,

If there are lot of records use

<b>PROTECT and ENDPROTECT.</b>

so that these records are carried over to the next page..

But the problem shud be the size.. open the graphical form painter ..

utilities ->settings and resize the windows..

regards

satesh

Read only

0 Likes
760

Hello satesh,

where would I put the protect and endprotect? Also, can you please give me some examples?thanks a lot man!

Read only

Former Member
0 Likes
760

Hi Viray,

the text lines to be protected are enclosed between the two commands. If there is not enough room on the page, the PROTECT command acts as a NEW-PAGE command and inserts a page break.

/: PROTECT
:
:
/: ENDPROTECT

Or you can trigger the /: NEW-PAGE command based on some condition..

regards

satesh

Read only

0 Likes
760

Hi,

U can use protect endprotect command to display the data at the bottom window.

other solution is to create a constant bottom window which will display ur data always.

Regards,

Tarun

Read only

0 Likes
760

Also check that main window is not overlapping windows in bottom. You can see this in page preview. If main window overlaps, windows at bottom, you will not be able to see data in bottom windows.