‎2014 Feb 19 5:38 AM
Hai All,
Iam creating a smartform form with 3 pages,iam not using command,in the general attributes for the page1 iam giving next page as page2 and for page2 iam giving next page as page3 and all the pages having main windows,but the page3 is not calling,if the page2 data is empty.
Regards,
Siva jyothi.
‎2014 Feb 19 7:29 AM
Hi Sivajyothi,
I believe that, it is not possible without using command even you have assigned Next page as 3 for Second page.
If your smartform is having 3 pages as 2nd and 3rd pages are Static. You have to trigger these two pages from PAGE 1 itself. Create 2 Commands at the end of MAIN WINDOW in PAGE1 and assign 2 and 3 pages as next pages in each command.
In Smartforms, even every page is having Main window, only MAIN WINDOW in PAGE 1 will be executed and control will not go in for PAGE2 and PAGE3 Main Windows.
Hope this info is helpful.
Regards,
Vijay
‎2014 Feb 19 7:29 AM
Hi Sivajyothi,
I believe that, it is not possible without using command even you have assigned Next page as 3 for Second page.
If your smartform is having 3 pages as 2nd and 3rd pages are Static. You have to trigger these two pages from PAGE 1 itself. Create 2 Commands at the end of MAIN WINDOW in PAGE1 and assign 2 and 3 pages as next pages in each command.
In Smartforms, even every page is having Main window, only MAIN WINDOW in PAGE 1 will be executed and control will not go in for PAGE2 and PAGE3 Main Windows.
Hope this info is helpful.
Regards,
Vijay
‎2014 Feb 19 10:30 AM
Hai
Thanks for the rply,if i use command,the second page will print in the second page,even if the space avaliable in the first page,my requirement is if the space avaliable in the first page the data should come in fist page,the second page data is a main window.
Regards
‎2014 Feb 19 10:37 AM
Hi
If you want to print second page after First page's data in first page (if space available) then you have to print that second page data in First page itself after Main window. Move the templates of Page 2 to Page 1 itself and place them after end of Page 1 Data.
And in second third pages you cannot use Main Window as the control will not go inside. Only PAGE 1 main window will be executed. You can print data with other window types in any page.
Regards,
Vijay
‎2014 Feb 19 11:38 AM
Hi,
If we use at end of main window what is the upper margin we have to use for the next window.
Regards,
Jyothi
‎2014 Feb 19 11:43 AM
Upper margin of next Window will be basing on Main Window's Upper Margin and Height. But still if you find space in Mind Window itself, place the templates of Next Window in Main Window itself after TABLE data (if contains table in main window).
Regards,
Vijay