cancel
Showing results for 
Search instead for 
Did you mean: 

How to print only some Address lines, such as Name, Telephone and Email

Former Member
0 Kudos

Hi,

I have a requirement to print only certaiin lines of address details, i..e Name, Telephone, Fax and Email for the Customer Partner Functions of Customer Contact, Internal Salesman and External Salesman.

I am using the standard Address Nodes for all, including for example, 'Contact person (in company)' in my Adobe Forms but I need to print only specific address lines.

The printed output on my Adobe Form should look somehting like this:

Internal Salesman: Erik Erikssson

Telephone: +46 (0) 26 26 00 00

Fax: +46 (0) 26 00 00 11

E-mail: erikerikssonatthecompanydotcom

I was wondering what is the best way to get this data printed on the Form.

As I do not need all address details, pehaps using ADRNR and/or ADRNP and Address Node is not the correct solution.

Thank you,

Kieron Kelly

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189428
Contributor
0 Kudos

Hi

Keep Condition for remaining fields

for example consider this

var f = this.getField("GreaterThan");

f.hidden = (event.value < 100);

and print what U what.

go for Acrobat JavaScript .

regards,

Jagadish

Former Member
0 Kudos

Jagadish,

Thank you for your answer,

Unfortunately, I do not know JavaScript.

Would it be possible for you to explain your suggested code?

var f = this.getField("GreaterThan");

f.hidden = (event.value < 100);

Many thanks,

Kieron