‎2006 Mar 24 1:00 AM
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!
‎2006 Mar 24 1:06 AM
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
‎2006 Mar 24 1:06 AM
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
‎2006 Mar 24 1:18 AM
Hello satesh,
where would I put the protect and endprotect? Also, can you please give me some examples?thanks a lot man!
‎2006 Mar 24 1:24 AM
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
:
:
/: ENDPROTECTOr you can trigger the /: NEW-PAGE command based on some condition..
regards
satesh
‎2006 Mar 24 2:12 AM
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
‎2006 Mar 24 2:33 AM
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.