cancel
Showing results for 
Search instead for 
Did you mean: 

footer window

Former Member
0 Kudos

hii all

currently i m working on script of P.O. i want to print my footer window only to be printed after the main window data gets printed completely, irrespective of page on which it ends. it may first page only may be second or some other, how can i do that?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

Identify the text element where total is getting printed in your PO. Place a flag after the total, EX: FLAG = 'Y'., now goto footer window and place a condition...

IF FLAG = 'Y'.

***PRINT FOOTER.

ENDIF.

Close the thread once your question is answered.

Regards,

saiRam

Former Member
0 Kudos

hi,

dont makeany separate window for footer. just enter the data in the footer of ur main window. it will automatically go to the next page as ur text in the main window grows. hope this vl help u.

nishant

Former Member
0 Kudos

Hi

Why can't you put that data of Footer window in the last of MAIN window itself,

so that it will be printed always after the data of MAIN window

Comment the footer window code/text elements and put that in the last of MAIN window and see the printing.

Regards

Anji