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: 

Smartforms two contents in a smartform

Former Member
0 Kudos

Hi all,

i have created a z-table and i want to show plenty of rows in different smart forms. but when i execute i saw two rows, that i selected, in one smartform top and bottom.

how can i show the contents that i choose in different pages?

thanks for advance.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Could you explain more clearly what issue you are facing.

Should you be trying to print the content in next page, use COMMAND, 'Go to New Page'.

Regards

Former Member
0 Kudos

Hi Pelin,

Make a page break after each row. by using 'COMMAND' to new page.

regards,

Archer

Former Member
0 Kudos

i have created a z-table, i select some datas from this table's rows and i wanted to see those datas in smartform as an invoice.

everytime i open the table and select the row, i push the "invoice" button and then i see smartform formats.

when i select only one row, everything is alright, but when i select more than a row, i see whole datas in a smartform top and buttom.

i would like to see this invoices in separate pages.

0 Kudos

Hi Pelin,

You can refer Dengyong Zhang solution, or Use FORM_OPEN and FORM_CLOSE function module process, to display smart form output for one or multiple page or invoices.

Logic

1.  Form_FORM

2.  Smartforms Function-Module with Parameters

3.   Form_Close.

At last you will get all selected invoices output.

Regards,

Praveer.