cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with displaying summary in the Page Bottom

Former Member
0 Kudos

Hi Friends,

I have an issue with displaying summary in the page bottom. for this i am using command BOTTOM and ENDBOTTOM in Main Window.

I designed 2 pages are First and Next, in the first it displays PO Header details and Item details in the Main window and also Item details continuious in the Next Page also.

If the lines are enough in Bottom then it displays the summary. But if the lines are not enough in bottom then it does not trigger the new page, so that it doesn't displays the Summary in Bottom.

for ex: Total lines of the page 50 and Bottom required 15 lines. In the next page contains upto 35 lines, it triggers the Bottom.

But if the lines are more than 35 and below than 50, it does not trigger the new page so that it does not shows the bottom.

Please help me on the same, this is very urgent.I will give a rewatrd if it is helful.

Regards,

Subbarao

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member585060
Active Contributor
0 Kudos

Hi,

Try like this,

In Main Window

/: BOTTOM

/: IF &NEXTPAGE& EQ 0

P1 Your Summary Text

/: ENDIF

/: ENDBTTOM

Regards

Bala Krishna

Former Member
0 Kudos

HI,

Try with printing the bottom data with Protect and ENDPROTECT along with your Bottom and endbottom.

Eg: Protect

bottom

text

endbottom

endprotect.

Regards,

Venkatesh