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

smartform next page problem

Former Member
0 Likes
742

Hi ,

I have created smartform for PO . in which i am using first page for the PO details and the following next page is the same as the first one . 3rd page i have taken for terms and condition and for that i have created a standard text .

but some how its not displaying any other page than the first one .

4 REPLIES 4
Read only

dani_mn
Active Contributor
0 Likes
651

When your main window of the first page will be completely filled with data then it will display the next page.

you have to fill the first page to display next.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
651

try with output page conditions.

next page will be triggered only if the main window of first page been filled.

so make the main window size small as per minimum requirement.

Regards

Srinu

Read only

Former Member
0 Likes
651

Hai

Table control will draw lines till last record only.

You can do like this... Use table control but do not use the lines of table control... Make all the borders invisible... and use a overlap window in that draw a template...

Thanks & regards

Sreeni

Read only

Former Member
0 Likes
651

Use a Control node as the final node in your main window. Call your page 3 with this node.