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

ADDRESS IN SMARTFORMS

Former Member
0 Likes
764

Hi..

How do you print address in smartforms. Please give some info.

Thanks

Srihari.

7 REPLIES 7
Read only

Former Member
0 Likes
742

create an Address node and

Select the type of Address i.e., organistaional adresss/workplace address/personal adress radiobutton

Then fill in Adress number and Sending country key ,which will serve the requiremnt.

regards

Siva.

Read only

0 Likes
742

Shiva..in script using the fields of the sadr table the values were taken dynamically...so i want to do the same in smartforms also. It should print dynamically.

This address is for ship to party.

Regards,

Srihari.

Read only

0 Likes
742

Hi,

Could you please explain whether values are coming dynamicallly means

1)Is complete address is coming from Importing parameters/Table parameters? OR

2)You are getting address no. only.

Case1) Values were taken dynamically means You can use address node( A facility provided in smartforms).

Case2) You can define a secondary window in the form and place it at the postion where address needs to be printed. Create a text node in the window. And place the parameters directly in it.

Hope it solves your problem.

Reward Points if useful.

Thanks,

Ashlesha

Read only

0 Likes
742

Hi hari

Ashlesha has addressed for what u are asking me. Hope its done.

reg

Ksiva

Read only

0 Likes
742

Hi ,

Store the SADR table values in an work area or a variable

and in address node write &VARIABLE NAME&

Hope it helps

Regards

Sandipan

Read only

dhruv_shah3
Active Contributor
0 Likes
742

Hi,

By taking the address window in the smart form.

and then using the work area-field name in the text element.

HTH

Regards,

Dhruv Shah

Read only

Former Member
0 Likes
742

Hi,

You create an address node

and pass the address number or variable there.

If u want to pass address number then write the addressnumber directly there.

If u want to pass variable then write as &varibale name&

Regards

Sandipan