I have created a custom dialog box (Screenshot attached) that has a few fields. I want to store the values that the user enters in to each field into properties.
What I want to be able to do is that when the user selects the "Yes" radio button, the User Name & Password boxes should get disabled. I could replace the radio buttons with a check box if need be, so if the user checks the box the user name and password fields are disabled, otherwise they are fillable. Also, in the combo box there are 3 values. Only 1 of the 3 values needs that Delivery Location box and the browse button. When the user selects any of the other 2 entries, they should get disabled. All the fillable fields must be filled out before the user can proceed. The values for the fields that are filled out should get stored in variables or properties.
I've looked through the help and tried to create Events, but I could not find a way to do what I am trying to do. Any help would be appreciated.
Thanks.