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

smartform hide pages

Former Member
0 Likes
1,353

Hi All,

I want to hide pages of my smartform under certain conditions.

How to do not to show entire pages (not only windows, I don't want empty pages)?

Thank you,

Massimo

Hi All,

I want to hide pages of my smartform under certain conditions.

How to do not to show entire pages (not only windows, I don't want empty pages)?

Thank you,

Massimo

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
676

Since page nodes cannot have conditions, the only thing that comes to mind - try using a Command node. In that node you may select to jump to another page. E.g. if you have pages FIRST, SECOND, THIRD and, under some circumstances you need to skip SECOND and go from FIRST to THIRD, somewhere at the end of FIRST table insert a Command node, check 'Go to New Page' checkbox and select THIRD from the drop-down.