cancel
Showing results for 
Search instead for 
Did you mean: 

SmartForms: Multiple dynamic windows

former_member852447
Active Participant
0 Kudos

Hello experts,

I have to modify an existing smartform. The main window on the first page is dynamic and can continue to the second page. This works fine. However on the third page a totally different layout to what is requested for the main window is being asked and it is also dynamic. My question is since I can only have ONE main window on the form how do I make  a secondary window dynamic to automatically continue to the forth page is necessary.....is it possible to have 2 tables on the same main window using a totally different layout and tell the form to start the new layout on a subsequent page?

Any suggestions

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209818
Active Contributor
0 Kudos

Hi David,

We can use multiple tables nodes inside the main Window.

To resolve your problem, First print all the contents using First Page and then using Code Node, call the second page and with some variable decide which Table inside the Main window should be printed. hope this helps..

former_member852447
Active Participant
0 Kudos

hello harshad,

Thank you for this reply. If I do this would I insert 2 tables in the main window with a condition between them also a loop on both tables.

regards

Former Member
0 Kudos

Hi David,

Why dont you use the Secondary window logic in the main window itself on a IF condition.

IF page EQ 3, the use Secondary window logic. Then you dont have to worry about the dynamic pages.

Thanks,

Shambu