cancel
Showing results for 
Search instead for 
Did you mean: 

Page2 Main window contents are not getting printed out.

Former Member
0 Kudos

Dear Experts,

I have created a simple smartform with 2 pages.

In page1,main window i have given a text "This is Page1" and then a command calling page2.

In page2,i have another main window & i have given a text "This is Page 2".

When I do print output : first page has contents "This is Page1".

But the second page is blank (that is contents of second page main window are not getting printed out.)

Pls help.

U can try it in ides and u will find the problem.

Kind Regards

Sajid

Accepted Solutions (0)

Answers (3)

Answers (3)

shaik_sajid
Active Contributor
0 Kudos

The contents of page2 main window will never get printed....for this we have to write the contents of page2 main window in the page1 main window....Through logic we have to have make contents flow to next page...Regards

Sajid

Former Member
0 Kudos

Hi,

Declare 1 more window and write the text in that window.

Then the text "This is Page 2". will come.

Regards,

jaya

Former Member
0 Kudos

Hi,

with the main window it is not possible. if u want to print some text as "this is second Page" create one variable window in second page instead of main window. Because the contentent of main window is same for all the pages of form.