These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Help with script

patra
Registered: Oct 19 2006
Posts: 270

How the script will be if I want the value of a field to be anything(Letter or number or ...) but not visible?
Space between the brackets seems does not work?

FieldA.rawValue =" ";

Thanks

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
You can't make a non-empty string invisible, but you can cahnge the text color, so it is there but not visible to the users.

FieldA.font.fill.color.value = "255,255,255";

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

patra
Registered: Oct 19 2006
Posts: 270
Hi radzmar,
is it possible to change the colour only for the value not for the caption of the field?

Thanks