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

Smartforms last page

Former Member
0 Likes
439

Hi All!

I had designed a Smartform with three pages and the desc is as follows:

1st page : main window

2nd page : main window

3rd page : static window

The 3rd page will appear at the last.Now my problem is that i am getting the first two pages without the 3rd one.I defined the 3rd as static page without main.Since it doesn't carry any dynamic data from the earlier pages

Thanks in advance

Points will be awarded

Kumar

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
406

Hi Kumar,

very good question, I never see a simple solution. My solution is to create an other Smartforms for the last page, and in my program call the two smartforms.

If you find something else, please give us a feedback.

Rgd

Frédéric

Hi Kumar,

very good question, I never see a simple solution. My solution is to create an other Smartforms for the last page, and in my program call the two smartforms.

If you find something else, please give us a feedback.

Rgd

Frédéric

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
407

Hi Kumar,

very good question, I never see a simple solution. My solution is to create an other Smartforms for the last page, and in my program call the two smartforms.

If you find something else, please give us a feedback.

Rgd

Frédéric

Read only

Former Member
0 Likes
406

Praneeth,

Can you try this?

Copy the MAIN window to the THIRD page anyways and keep the height of the window. Have the static Window after that. As the data would have got over in Page 1 and 2, it should start printing the static window.

Sounds like something similar to printing a footer after the MAIN window.

Regards

Ravi

Note : Please reward the posts that help you.