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

Problem in printing multiple main window in smartforms

Former Member
0 Likes
1,169

Hi Experts,

I have requirement form client to print PO which consists of 4 page.

First page is cosists of header and some text.

In second page different header and line item.

Thirs page different header and line item.

4th page different header and line item.

I have printed tex in main window of first page and called command to trigger

second page main window, but i am getting dump.

How to print the line item in the multiple page of smartforms.

Regards,

Udupi


1 ACCEPTED SOLUTION
Read only

romit_raina
Active Participant
0 Likes
714

Hello ,

To print the text below are following steps which you can follow for your requirement :

1. Create the Four pages having the Main Window, but take care that Logic should be in First Page Main window only , other pages main window will be blank.

2. Create the Secondary Window in second, third & fourth page  which will be same size as the main window having the text which need to be print in respective pages.

3. Logic Part - in the main window of first page fill all the data which you need to print in 1st to 4th page in different internal table. Now for example you need to print text in first page then in Main window create table having the data of 1st page.

          To print data in Second page create one more table having data of secondpage and put the Command there (follow the same for next pages,)

I hope this will  help you

Thanks

Romit Raina

Hi Experts,

I have requirement form client to print PO which consists of 4 page.

First page is cosists of header and some text.

In second page different header and line item.

Thirs page different header and line item.

4th page different header and line item.

I have printed tex in main window of first page and called command to trigger

second page main window, but i am getting dump.

How to print the line item in the multiple page of smartforms.

Regards,

Udupi


3 REPLIES 3
Read only

Former Member
0 Likes
714

Hi,

As per my understanding of your requirement you need to call next page on requirement basis. Let me know have you created multiple pages or you are calling same page1 as next page also please check the next page assignment by double clicking on page in smartform.

Read only

Former Member
0 Likes
714

Hai,

Create four pages,in the first page,mection the next page as   page2, for the second page

menction the next as page3 and for the next page menction the nextpage as page1.

Regards

Read only

romit_raina
Active Participant
0 Likes
715

Hello ,

To print the text below are following steps which you can follow for your requirement :

1. Create the Four pages having the Main Window, but take care that Logic should be in First Page Main window only , other pages main window will be blank.

2. Create the Secondary Window in second, third & fourth page  which will be same size as the main window having the text which need to be print in respective pages.

3. Logic Part - in the main window of first page fill all the data which you need to print in 1st to 4th page in different internal table. Now for example you need to print text in first page then in Main window create table having the data of 1st page.

          To print data in Second page create one more table having data of secondpage and put the Command there (follow the same for next pages,)

I hope this will  help you

Thanks

Romit Raina