Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

second page in smartforms

Former Member
0 Likes
1,393

Hello all ,

In smartform i am having problem in displaying second page in smartform

condition : when the internal table is not initial then i have to display data in second page else i should not display the 2nd page

in 2nd page of smartform i am having main window how to hide the 2nd page based on contents in internal table

5 REPLIES 5
Read only

Former Member
0 Likes
701

Hi,

For the second page u need to create node called ALTERNATIVE.

Under that craete PROGRAM LINES Node.

and in that check internal table is not initial .

Revert back if any issues,

Reward with points if helpful ,

Regards,

Naveen

Read only

Former Member
0 Likes
701

Hi,

Place a command line and redirect it to the second page from first page.Once the command line is placed,place the contents which should get displayed in the mainwindow below this command line.Do not place the text that should get printed in the main window inside the main window but below the command line.

Regards

Read only

Former Member
0 Likes
701

My main window is in second page and it should be printed only in second page if the intenal table is not initial.

note : main window is not in first page

can i copy the main window in first page but main window contents should not be displayed in first page only the contents of mainwindow should be displayed in second page if internal table is not initial how to proceed can anybody help relating this issue

Read only

Former Member
0 Likes
701

hi nivetha,

for this u no need to do anything extra,

just do this,

create one more page,

in this page just copy and paste first page main window and other windows like header, footer and etc....

then in first page <b>general attribute</b> tab at <b>next page</b> provide next page name,

then save and activate,

then automaticaly it works,

if first page main window gets fill then it automaticaly goes to next page main window.

reward points if useful,

regards,

seshu.

Read only

Former Member
0 Likes
701

Hi,

within main window write a command for itab where itab is not initial if not initial then trigger the second page

regards

Shiva