cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic page not printed after a static page

Former Member
0 Kudos

Hello,

I have a smartforms with 3 pages. page_1 and page_2 are static. page_3 is dynamic.

page_1 and page_2 contains n secondary windows and one main windows. This main windows contain only one command line for break page.

the page_3 contain only one main windows.

For best comprehension, see attached file.

page_1 and page_2 are printed but not page_3.

If i put page_3 in first position, she's printed.

I don't understand why the page_3 are not printed after the page_2.

Thank you for your help.

Philippe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you debug smartforms by placing breakpoint on that Command Line node..

Create one Program Lines node just above Command line for page 1 and Page 2.. Put breakpoint in it and check whether control is coming on that place or not..

Or each and every node before command line whether its executing or not..

Please let me know what happening in Debug...

Regards

tejas

Former Member
0 Kudos

Hi,

Thank you for your answer.

If i put breakpoint above command line for page 1 and page 2.

In debug, only the first breakpoint its executing. The breakpoint above command line for page 2 is not executed.

If i put the second breakpoint in the last windows before the main windows, its executing :

Have you an idea ?

Regards

Philippe

Former Member
0 Kudos

Hi,

I have check your scenario in my system.

same thing is happening in my system i.e in my case its calling Page 3 but no data gets printed from Main window of page 3.. whereas when i have taken secondary window in Page 3 with some text node.. its showing Page 3 with content of secondary window..

1. can you pls check page 3 with secondary window for a testing purpose..whether its coming or not..

2. what page you specify as 'Next page' of Page1  and page 2..

3. also what is your process of calling page3 i.e. Page 3 will get call from both Page1/2 or either of two..

Regards

Tejas

Former Member
0 Kudos

Hi,

1. I put a secondary windows in page 3 she doesn't appear and the breakpoint 3 and 4 are not calling :

2. PAGE_2 is specify as 'Next page' of PAGE_1, any conditions :

   PAGE_3 is specify as 'Next page' of PAGE_2, any conditions :

3. It's linear : PAGE_1 call PAGE_2, PAGE_2 call PAGE_3.

Regards,

Philippe

Former Member
0 Kudos

Hi,

for testing purpose don't put any condition for command line(If its there).. just call it forcefully from Page 1..

Put Page 1 Next page as Page 1  call Page 3 from here

Put Page 2 Next page as Page 2  call Page 3 from here

Put Page 3 Next page as Page 3

Just check..

Regards

Tejas

Former Member
0 Kudos

Hi,

i do what you say, the resultat is :

Page 1 print and only the secondary windows of page 3 but not the main windows of page 3.

Regards,

Philippe

Former Member
0 Kudos

Hi,

sorry, but now i am confused..

you want Page3 should call from either Page1 or Page2 ...is it correct?

see i have again tested in my system.. if i am copying Main window from Page1 to page 3 instead of Creating new then main window of Page3 is printed. and in this case my Page2 is not printed..

Regards

Tejas

Message was edited by: tejas patil