MFGPRO 7.4 Report page header/footer

jchellap

Member
HI,

I am generating a complex report in MFG/PRO 7.4 E.

I need to display a common page header/footer in every page.

Is there any function to keep track of every new page?

I am using line-counter function but I am not able to get the required output correctly.

If anyone is already experienced in this task, equesting their help !!!

Thanks in advance...
 
Progress has few elements to help you with this task:

PAGE-SIZE function returns the size (in lines) of paged output.
LINE-COUNTER function returns the current line number.
PAGE command starts a new page, and resets line counter to 1
 
Back
Top