cancel
Showing results for 
Search instead for 
Did you mean: 

smartform - 4th page

Former Member
0 Kudos

Hi all,

I developed a smartform composed by 3 page.

first page with secondary window;

second page with main window;

third page with secondary window;

I add the 4th page, and is print correctly after 3 page.

now the problem is:

I want that the 4th page is print ONLY if the variable wa_var = 'X'.

I add the command line, at the end of 3th page, but there's an error:

new page not allowed in the secondary windows

( in fact in the 3th page there's a secondary window )

any idea ??$

tks a lot,

bye

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,

Just add main window in third page & give command line in this page.

bcoz command line is allowed only in page containing main window.

keep main window balnk if u dont want anything in it.

Vishal chavan

Edited by: Vishal Chavan on Sep 11, 2008 12:58 PM

Former Member
0 Kudos

you can only use the main window to go to all necessary pages.

i think you have to use a main window in the third page, maybe just one line with a text printed with space and in the logic of the main window decide to go to the next page or not and go to that page if necessary with the command statement. just write in the main window what you want to have in the main on the 4th page and it will be printed.

Best Regards,

Guido

Former Member
0 Kudos

Hi,

In the 3rd page add main window with negligible height may be 0.01 cm and in that create command node.

regards

padma

Former Member
0 Kudos

hi,

the main window is in the 2 page, and two main window is not allowed

Former Member
0 Kudos

Hi,

Just try one thing,

in your second page (where u have main window) after the loop node create command node to trigger new page ( 4th page )

regards

padma

Former Member
0 Kudos

Hi,

In page 4 main window is there?

If it contains only secondary windows, page wothout main window can't call itself as the next page.

Edited by: bala virupaksha on Sep 10, 2008 10:56 AM

former_member382216
Participant
0 Kudos

Add the condition wa_var = 'X' in 4 the page not in the 3rd page

Former Member
0 Kudos

in the 4th is not allowed, i dont know why