2018 Dec 04 4:11 PM
Hi guys,
Here is my problem :
I have 3 pages on my SmartForm:
My goal is to display the LAST page in the last position of the form, if I have one (only FIRST) or multiple pages (FIRST, NEXT) displayed.
To do that I added a dynamic page break with the command node"Transition to the new page: LAST", which I added in the last sheet of the node of my main window in the FIRST page.
It works but not quite ! , The LAST page content is well displayed if it is in a secondary window but since it is in the main window, the smartform does not display the content and displays a blank page output.
Do you have tracks? thank you ! (ps: sorry for my english)
2018 Dec 05 12:27 AM
i have found lots of similar question (with answer accepted) on internet, did you check it yet? e.g: https://archive.sap.com/discussions/thread/985485
2018 Dec 04 5:24 PM
I'm not sure to understand what exactly is your problem.
Maybe: the MAIN window is tricky, it has to appear in all the pages where you want the content of the MAIN window to be flowed over, but you must do the whole code in the first page where MAIN appears, it will apply to all pages implicitly. So you should define some content after the node "Transition to the new page" so that some data is displayed in the MAIN window of the last page.
2018 Dec 05 12:27 AM
i have found lots of similar question (with answer accepted) on internet, did you check it yet? e.g: https://archive.sap.com/discussions/thread/985485
2018 Dec 05 4:12 PM
Yep,
I solved the problem by copying the main windows from page to page (with the same name). having different main windows / pages I don't know how the engine works but not as I wanted