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: 

Command node inserted in the main window

Former Member
0 Kudos
106

I have inserted a command note at the last window in order to get a third page in my form which is not connected to the First page . But the issue is due to this command node 2 footer wondows which are placed just after the main window are not getting printed. Kindly help me on that.

5 REPLIES 5

Former Member
0 Kudos
79

Hi,

Place the command node after the footer window.

Command node should be placed after executing all the contents of the page.

You can cross check when this command node is triggered by debugging the smartform.

Reward if helpful.

0 Kudos
79

Hi Uma,

we can't give command after footer window as no new page allowed in secondary window.

Former Member
0 Kudos
79

If you want to call 3rd page which is not related to 1st page then call Command node at 1st page before the footer. It will solve your problem.

0 Kudos
79

Hi, i have inserted the command before footer window only and as a result footer content is not getting printed.

0 Kudos
79

Are you able to print 3rd page contains ??? It should work as I have done the same.

in 1st page I call command node with GO to New page as LAST PAGE.

Then inserted my text which need to print on the last page.

After that I created Footer window. Which perfectly displaying.

In the last page I have done the same except command node.