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

Multiple pages in smartform

Former Member
0 Likes
614

Hi,

I am working with a smartform, which has four pages. First page contains main window with dynamic data. rest three are with static data. when I print, it prints only the first page. Is there any technique available to print rest of the pages also without designing different smartform for each page???

Thanks,

SA.

Hi,

I am working with a smartform, which has four pages. First page contains main window with dynamic data. rest three are with static data. when I print, it prints only the first page. Is there any technique available to print rest of the pages also without designing different smartform for each page???

Thanks,

SA.

3 REPLIES 3
Read only

Former Member
0 Likes
582

Hi,

Take a look at this thread..

Hope this helps.

Cheers

VJ

Note mark points if this helps..

Read only

sreekanthgo
Contributor
0 Likes
582

Hi SA,

Check whether you have given the next page properly.

If you have 3 pages in your smartform..

-> In the first page mention the next page as your second page.

-> In the second page mention the next page as your third page.

-> In the third page mention the next page as third only.

Hope i am clear.

Thanks,

GSK

Read only

Former Member
0 Likes
582

As your First page has main window to print data for more that one page and assume that the overflow data from the first page will in same as first page.

And other three pages ‘SECOND’, ‘THIRD’ & ‘FOURTH’ are static pages.

Makes these settings:

FIRST page attributes, set next page same as ‘FIRST’

Create a command node at the last of FIRST page and set NEW PAGE as SECOND Page.

SECOND page attributes, set next page same as ‘SECOND’

Create a command node at the end of SECOND page and set NEW PAGE as THIRD Page.

THIRD page attributes, set next page same as ‘THIRD’

Create a command node at the end of THIRD and set NEW PAGE as FOURTH Page.