Application Development 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: 

smartform pages

Former Member
0 Kudos

Hi All!

I have to display item details in a page of a smartform.The condition for display will be for each item a new page has to be printed.If suppose there are 4 items i have to print 4 pages with the item details.

Example:

item no. 10 -- first page

item no. 20 -- second paGE

and so on..

Please advise how to achieve this in smartforms.

Regards

Praneeth

6 REPLIES 6

Former Member
0 Kudos

hi,

at every new item no, explicitly call

NEW-PAGE. Then new page gets triggered for every item.

Regards,

Sailaja.

Former Member
0 Kudos

Hi Praneeth,

In smartform, there's kind of element call 'Command'. Just use this COMMAND to 'GO TO' new pages.

Thanks

Luis

Former Member
0 Kudos

hi

good

i hope you should give the appropriate gap to display the second value in the second page.

thanks

mrutyun

Former Member
0 Kudos

Hi Praneeth

You can insert COMMAND node within the main window or table node and check 'Go to new page' option.

Regards

Ravindra Suvarna

Former Member
0 Kudos

Hi ,

Create a TABLES Node..

IN that in the data TAB you have a small table at the bottom.. which allows you to create an event on SORT CRITEERIA begin or END..

just give the fieldname.. here the item and check sort on END or BEGIN according to req.

then you'll see a EVENT NODE with a star created ..

in that node.. right click and go to

create -> flowlogic -> command

In the command you'll have a check box called 'GO TO NEW PAGE'.. check it and give the page name..

regards

satesh

Former Member
0 Kudos

Hi Praneeth,

Prerequisites for displaying on new page -

1. The page to which you want to branch must exist.

2. You can branch to a new page only as long as you are still displaying the contents of a main window.

Procedure -

You use a command to stop the output of a page in the main window:

1. Choose Create -> Command in the context menu to create a command node in the main window of the page.

2. On the General Attributes tab mark Go to new page. Determine the new page using the list box next to the checkbox.

As a result, the output of the main window continues on the new page

Regards,

Aniket

Please mark helpful answers