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

help in smart form

Former Member
0 Likes
744

hallow

i buield smart form and i wont that the in first copy of bill that i print write in header <b>original</b> and after that all copyes that i print the program automatic write in header <b>copy</b> ?

Regards

hi frinds

i just wont to now if there is any process that now if the user print from the smart form the <b>first copy</b> (orignal) or second (duplicate / copy)i think that this is very necessary to now if the page u

have is it orignal or copy.

if i cant do it plz told me i spend lot of time in it.

Regards

8 REPLIES 8
Read only

Former Member
0 Likes
717

Hi!

Check NAST table entries. If there are more than 1 lines, then you can print the COPY text.

Regards

Tamá

Read only

0 Likes
717

hi tamas

u can explain how to it step by step becouse i dont now nast table

and how it bound to my smart form

thankes

Read only

Former Member
0 Likes
717

Hi,

This can be done by passing the values. Declare a variable based on the condition pass the value ORIGINAL or COPY to that variable.

In smartform provide a space for that variable.

Reward if helpful.

Read only

0 Likes
717

hi uma

but how i now if this the first print (orignal)or the second (copy).

Regards

Read only

Former Member
0 Likes
717

HI,

In your header window just define one alternative...

Path right click on window -> Create-> Flow Logic->Alternative..

click on this created condition and select the Contions tab strip in that add this logic

Sy-pagno = '1'.

for this condition you will get true and false.

create the text element under true and false.. user true keep the text as original and under false keep the text as copy.

Thanks

Mahesh

Read only

0 Likes
717

thankes

i try it

regards

Read only

0 Likes
717

hi Mahesh

i do exactly like u told i activete and run but i dont see anthing

what is wrong?

Regards

Read only

0 Likes
717

hi frinds

i just wont to now if there is any process that now if the user print from the smart form the <b>first copy</b> (orignal) or second (duplicate / copy)i think that this is very necessary to now if the page u

have is it orignal or copy.

if i cant do it plz told me i spend lot of time in it.

Regards