Dear Experts,
I have a particular requirement of triggering New-Page after the end of Main window for displaying Terms & Conditions on the last page.
For this purpose I have designed 3 pages :
PAGE1 - Contains Main window, few Secondary windows and some Graphic windows.
(In PAGE1 -> General Attributes -> Next Page = PAGE2)
PAGE2 - Is in continuation with PAGE1 except a few changes w.r.t. some Secondary windows.
(In PAGE2 -> General Attributes -> Next Page = PAGE2)
PAGE3 - Contains a new Main window for displaying Terms & Conditions, few Secondary windows and
some Graphic windows.
(In PAGE3 -> General Attributes -> Next Page = PAGE3)
After the end of Main window in PAGE1 or PAGE2 depending on the amount of data, I have used a Command logic for triggering New-Page (PAGE3). But it always triggers PAGE2 as new page and not PAGE3.