Last Line Data of each page

budLL

Well Known Member
Hi List,

Is that possible that I can catch the last line's data of each page? or is it possible that I can know which one will be on the last line of the page, and which data will be the first one start printing out from the next page?

Thank you,

Bud
 
Hi, budLL !

Try this algorythm:
Declare some global MathNumeric variable in "Initialize Section" and use it like a counter in "Do Section". When "Init Break Section" grows up, just read a value from your MN variable, and you'll get line number you need.
I'm not sure, but maybe it'll help you.

LinCor
 
Hi Bud,

This is from JDE documentation:
“SuspendSection processes when an overflow page break occurs. For example, if the information printed does not fit in the space available on a page. This temporarily stops the section processing. Use this to do processing when a page break occurs“.

If this doesn’t work you can save Business View values (and PC) in report level variable and read it later in hidden page footer section.

Hope this helps,
Bojan.
 
Back
Top