Application Development 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: 

Smartforms

Former Member
0 Kudos

Hey Friends,

How can we create a dynamic page in smartforms?

For ex: i have header data in one page and item data in another page.We don't bother how many pages they will be flown.But i want put the summary details each time when you run on a fresh page...How can we do that?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

For this you will have to create a MAIN window.

Create two pages. In the first page, place your header detaials with a normal window. This will be static. In the second page, place a MAIN window and display your item details here.

You MAIN window, will automatically overflow to multiple pages if you have got the content at runtime.

Regards,

Ravi

Note - Please mark all the helpful aswers

3 REPLIES 3

Former Member
0 Kudos

For this you will have to create a MAIN window.

Create two pages. In the first page, place your header detaials with a normal window. This will be static. In the second page, place a MAIN window and display your item details here.

You MAIN window, will automatically overflow to multiple pages if you have got the content at runtime.

Regards,

Ravi

Note - Please mark all the helpful aswers

Former Member
0 Kudos

create a window and place your summary with in it after doing that goto conditions of that window try opting only after final window.

Former Member
0 Kudos

Hello,

You MAIN window, will automatically overflow to multiple pages if you have got the content at runtime (just as 'Ravi' said)

Regards,

Shehryar Dahar