Create a dynamic dialog box depending on user-selected choice from combo box
Hi all,I'm trying to create a dynamic, modal window based on some user selections from a combo box. If the user selects option 1 from the combo box, I'd like to have a number edit box appear for the user to enter in a value. If the user selects option 2 from the combo box, I'd like to have two number edit boxes appear for the user to fill out. I've made numerous attempts at trying to get the numbe...
