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

Replacing a number value in a field with an image

rhunter100
Registered: Dec 7 2009
Posts: 9
Answered

I have constructed a 20X12 matrix of text fields as a graph, displaying the actual value as a plot point.
For example, (More than 200 of these IF statements)

if (Q1 >= 1 && Q1 <=5) {
this.getField ("txtSubtest1_Cell10").value = pscore1;
}

I'd like to replace the actual value with a .jpg (a small icon instead).

Is this possible?

Thanks for your help.

Rich

try67
Expert
Registered: Oct 30 2008
Posts: 2399
In a text field? No.
The only form field that can display an image is a button.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You have to play with hiding and unhiding fields.

George Kaiser