Hello,
I am new to programming in Adobe forms. I was wondering how you would pass the "export value" for the corresponding "value" of a combo box field with dropdown list - to a text field? So that when the user would select something from the dropdown, it would fill in the text field with the corresponding value. I know there has got to be a way to do this. Maybe a for loop?
Thanks in advance.
event.value = this.getField('Combo Box1').value;
You might want to read some of the JavaScript tutorials about calculations and combo boxes and view some of the eSeminars dealing with forms and JavaScript.
George Kaiser