2007 Jul 24 8:51 AM
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.
2007 Jul 24 8:55 AM
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.
2007 Jul 24 9:08 AM
Hi Uma,
we can't give command after footer window as no new page allowed in secondary window.
2007 Jul 24 8:57 AM
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.
2007 Jul 24 9:06 AM
Hi, i have inserted the command before footer window only and as a result footer content is not getting printed.
2007 Jul 24 9:16 AM
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.