combo box with Text box

M

Mike

I have a combo box and a text box. Text to be display will be contigent
upon what is selected via the combo box. How do I do this for Acrobat 4.0?

I put the following code in the text box object:

var a = get thisField("combobox")

If (a==1)
{
event.value = "Test1"
}
if (a==2)
{
event.value = "Test2"
}


What I am doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top