Select to view content in your preferred language

Forms

678
1
05-13-2013 02:26 PM
HollieClavering
Deactivated User
Hi,

I am trying to create a form with 3 drop down combo boxes.  The first two have already been created automatically with domains and sub-domains in a geodatabase.  I would like the thirds drop down combo box to be populated with data from the second selection.

the form is associated with the .axf file.  How would I reference the form to get the value specified by the users selection of the combo box containing the sub-domains?

Can I call an Applet form, and reference the above form to read and write results of the user selection?

Thank you,
Hollie
Tags (3)
0 Kudos
1 Reply
ThaiTruong
Deactivated User
Under OnChange Event of your second control, have your code to capture the value user selected.
Then, you can assign this value to the third control on the same form.
0 Kudos