Expand my Community achievements bar.

accessing drop down list box (xfa.event.newText) within a table

Avatar

Level 1

Hopefully a simple (possibly a newbie) question (that I've been having trouble finding the answer to):

How do I access my changed value in a drop down box within a table? 

I would typically use xfa.event.newText to provide me the changed result; which works outside of the table, however, I can't get it to function correctly (to look inside the table, and provide me with the changed value)

I appreciate any help you folks can provide.

Marty11111

1 Reply

Avatar

Level 1

What i'm trying to do is change text boxes based upon the changed result of he drop down list box.

My code works outside of the table, and I can access the text fields within the table, I'm just unable to access the changed value of the drop down list box within the table I created and apparently cannot reference table elements with xfa.event.newText.

Any pointers to accomplish the above are appreciated.

Marty