‎2007 Sep 21 7:12 AM
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.
‎2007 Sep 21 7:20 AM
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!!
‎2007 Sep 21 7:18 AM
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..
‎2007 Sep 21 7:20 AM
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!!
‎2007 Sep 21 7:54 AM
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.