cancel
Showing results for 
Search instead for 
Did you mean: 

Remove background color while printing

Former Member
0 Kudos

Hi,

I have a background color for a field.

I want to remove it while printing.I see events Preprint/ Post print.

What should I code in javscript in order to remove background.

Rgds

Vara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can remove the background color by going into the border pallette in the adobe form design. But I think while printing we can achieve this by coding in the Script Editor under event "PrePrint" with the code (I am not sure but you need to change some thing in the code), check this whether it in formcalc or javascript:


TextField1.fillColor = "R,G,B"  
//eg: Specify R=255 G=255 B=255 with comma seperated in double quotes

Regards

Pradeep Goli

Edited by: Pradeep Goli on May 27, 2009 9:04 PM

Former Member
0 Kudos

thank you it worked.

it was javascript.

I am awarding you full points.

Rgds

vara

Former Member
0 Kudos

Hi Vara,

Awarding full points means giving points before closing the post.

Regards

Pradeep Goli

Former Member
0 Kudos

I did now!

Rgds

vara

Answers (0)