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

Smarform New Page Problem

Former Member
0 Likes
3,178

Hey people,

Why m not getting output of Second page in My smartform....

I am passing 2 internal tables from Caller program and printing that data on 2 separate pages of smartforms....but i am getting only the output of the page which has Main Window....

I am properly giving the Page name value in Next Page text box under General Attributes...

Attaching a screenshot of same...

Plzz HELP....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,071

Hi Ketan,

you can pass both table in main window and drag main window in both pages. once your first table will be print then auto matically move to the next page.

Make sure  both page having same Main window not secondary window.

you can also add condition  between your window and  add in the table .

Regards,

Prasenjit

11 REPLIES 11
Read only

vamshi_mohan
Participant
0 Likes
3,071

Hi,

In the footer of PAGE1, insert a command node.

In the command node, choose Go to new Page and specify 'NEXT_PAGE'.

Regards,

Vamshi.

Read only

0 Likes
3,071

Tried dat also but gettin error as "No new page allowed in secondary window" .

PFA...

Read only

Former Member
0 Likes
3,071

Hi! Ketan,

The Main Window is for all the pages and not only for first page. Please check if the output is appearing using page down.

If not debug by inserting a program line and a break point and check if all the records are looping through.

Read only

0 Likes
3,071

Chkd on Print-Preview, but it shows nothing by Page Down button or d same from Std tool bar...

Data is gettin passd correctly...

Read only

Private_Member_7726
Active Contributor
0 Likes
3,071

Hi,

Please read , especially 1) SMS type spelling part... and amend accordingly

Your screenshot does not provide enough information for troubleshooting (attaching the form downloaded  in XML would be better), but my bet is on the conditions for the table nodes preventing processing of them on second page.

cheers

Janis

Read only

0 Likes
3,071

I guess for conversation expressing in any way which is comfortable and easy for the other person is important....you m ight say it is SMS type spelling part....but as far as it is working then no issues...

For screenshot quality i am bad...yes accepted...i am a newbie...! ! !

Read only

0 Likes
3,071

I mean no disrespect and my only worry is whether your post will stay up long enough to get the help you are looking for

What about those conditions.. are they correct?

cheers

Janis

Read only

Former Member
0 Likes
3,072

Hi Ketan,

you can pass both table in main window and drag main window in both pages. once your first table will be print then auto matically move to the next page.

Make sure  both page having same Main window not secondary window.

you can also add condition  between your window and  add in the table .

Regards,

Prasenjit

Read only

0 Likes
3,071

Sir, how to drag main window in both pages ??

Read only

0 Likes
3,071

Please copy and paste your main window in the next page.

Regards,

Prasenjit

Read only

0 Likes
3,071

Ahh...got it...
I was dragging and dropping previously....so it was cut-paste...

thnxx...