cancel
Showing results for 
Search instead for 
Did you mean: 

calling pages and more than 1 main window

Former Member
0 Kudos

Hi All,

Hi All,

I am designing a Smartform.It contains 2 sections.In 1st section

page1 contains only templates and no main window.On page2 i have

4 dynamic tables which i have included in main window.If the data

is large content of page2 extends to page3.Now the 2nd section begins.I

have to display details of various materials. page4 again contains

templates and no main window.Page5 contains again 4 dynamic tables

and if the data is large it can extend to page6.Ideally these 4 tables

should be included in main window.but i already have 1 main window in

page2.As per my knowledge in 1 smartform there can be only 1 main window.

So please suggest any way to do this.

1 more thing.....

As i said in 2nd section i am displaying details of materials-- page4,

page5,page6 display details of only 1 material.These 3 pages--page4,page5

page6 should repeat for other materials also.

How do i achieve this.

Thanks and Regards,

Shital Chheda.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member480923
Active Contributor
0 Kudos

Hi

The Solution can be achieved but in a different way.

Let the First Page be fired as ur default page and at the end of the first page call the command to go to the 2nd Page.

In the 2nd Page call the Main Window once and print the information for the first Table, this is fine.

After that comes the Second Section, in this i hope that you a single table for printing the material Specific data, the number of lines that can be displayed in a A4 page is approx 70, so you can find out the number of lines remaining to be printed in the page for the table and print data conditionally based on this data.

Hope that Helps

Anirban M.

Former Member
0 Kudos

Hi Anirban,

Thanks for your reply.

But my Question is in page5 i have 4 dynamic tables and i dnt know how many lines will it require.If data is large the tables can extend to page6.I have already created a main window in Page2.How do i do it then?

Regards,

Shital Chheda.