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

smart forms problem

Former Member
0 Likes
496

hi friends,

its urgent suppose i have one invoce which contain 4 line items

while printing it's coming on first page means working fine.

but my problem is i want to print 2 items on first page and

remaing on second page. means firstpage contains only

2 items.

what condition i have to wite and where?

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Hi,

You might want to add a program line to count the loop parse while printing the line items. And below the text field where the items are printed add a COMMAND node to check if the count is less or EQ to the required line item ...and add the name of the next page you want IN THE NEXT PAGE TAB....

Hope this helps..

REWARDS IF HELPFUL!!

3 REPLIES 3
Read only

Former Member
0 Likes
478

Hi,

I have not worked on smartform but heard of New-page event in it..

Pls chk regarding this event in forum further..might help u..

Read only

Former Member
0 Likes
479

Hi,

You might want to add a program line to count the loop parse while printing the line items. And below the text field where the items are printed add a COMMAND node to check if the count is less or EQ to the required line item ...and add the name of the next page you want IN THE NEXT PAGE TAB....

Hope this helps..

REWARDS IF HELPFUL!!

Read only

Former Member
0 Likes
478

hi

in first page u write i_tab-field1 and 2.

in second page u write i_tab-field 3 and 4

wite that it's working def

regards

kk.