Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Main Window

Former Member
0 Likes
396

Hi,

I want to print some data in internal table in Main Windon and I have 4 windows which comes as footer.

now my question is if the data extend to next page , the main window on first page should be extended.

Please any one can help in this regard???

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi,

To get the footer at end of the data you have to do like this.

In the main window itself at the end you have to write for the footer.

Reward.

Read only

Former Member
0 Likes
381

Hi

that is the property of MAIN window. it will automaticaly extend to new page.

Only thing you need to do is to specify a NEXT PAGE for first page. and define main windiw in that. you can use first page as the next page also or can define new page.