cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Multiple Main windows

Former Member
0 Kudos

Hi ,

I have a requirement where i need to use multiple main windows. My scenario is that i have three pages to be printed in the smartform. In the first and second page i have data that is not constant. It can over flow to next page. So i need to use main windows in both the pages.

But the second page is called from the first page on the basis of a conditon using the Command option in the smartforms.

I have placed the command in the main window of the first page.. The command calls the next page. But in the next page my main window is not geting trigered.

Is it because i am calling the second main window from the first main window. Is this possible in smartforms.

If i use a secondry window it is geting trigered. But the main window is not geting trigered.

Can any one give me a solution for this.

Thanks in advance.

Regards

Ansari

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

For this requirement pls do.

1 > Copy your first page main window and paste it to your second page as a main window.

2 > now your any changes to main window will reflect in both pages.

3 > after completion printing of your first page main window(table , text whatever), put one command to go for the 'PAGE2'

3 > print your table or whatever your data here for the second page.

whatever you make changes will display on both the pages main window, but when your first page data printing is our your command will decide to go to for second page data printing.

Former Member
0 Kudos

Hi,

You can specify the Next page of First Page as Second page ,

Next Page of Second Page as third page,

Next Page of Third Page as Third page.

Hope this may work.

Regards,

Dhanalakshmi L

Former Member
0 Kudos

Hi Ansari,

You can drag and drop the window as per your requirement. One excellent feature in smartforms is that we can decide the execution hierarchy.

So arrange the windowswhile creating itself in the want you want the execution to be. that's it.

Hope it solves.

Regards,

Pavan.

Former Member
0 Kudos

Hi,

Your page sequence should be like this.

First page next page should be Second page

Second Page next page should be Second page itself

But in the second pages after the end of your main window create a command node

in the command node call your constant texts page and for that 3rd page the next page should be space.

Thanks,

Phani.