cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with main window data

sachin_yadav3
Active Participant
0 Kudos

HI all,

My main window data is not displayed on the third page.

I have following page,.

Page one (First page)

Next Page(Next page of the first page will be triggrred in case of data overflow)

Page Two(Which is copy of the first page and i am calling this page from the first page using the command line)

Issue is my main window data is not displayed in the third page.

I third page i called from the first page but the main window is coming as a blank.

Kindly help

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What does the third page hold ?

sachin_yadav3
Active Participant
0 Kudos

third page hold the same data of the first page except change in the heading.

Former Member
0 Kudos

Hi,

As you are calling third page irrespective of the data overflow, it might be coming blank.

This would not have been so, if the page sequence is first,second and third.

So, give a conditional trigger for the third page. (LIKE if sfsy-page <= sfsy-formpages )

sachin_yadav3
Active Participant
0 Kudos

Hi,

I am getting all the header and footer data in the last page except the main window data.

Former Member
0 Kudos

Hi Sachin ,

As per my understanding , you missed to cope the lines of code for main window of your third page which is same as first page.Check it.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sachin,

Have you used Table or Template in the Main window...?

Because, there are some scenarios in which the data will not be displayed in Templates used in the Samrtforms.

Please check it out!

Regards,

Kittu

sachin_yadav3
Active Participant
0 Kudos

HI,

I am using table