06-16-2016 01:55 PM
Hi All,
I'm having a problem with a user dialog box. The Dialog should be using eventchange to update certain aspects of the dialog box based on a user selection in a combo box. The porblem I'm encountering is that eventchange does not recognize the change from no slection to the first selection. IE a user would have to select something else first then change to what they want for it to be recognized. Is there a better event that would resolve this issue? or is the issue something else entirely?
Thanks,
Artemis
Solved! Go to Solution.
06-17-2016 02:27 PM
Hey Artemis,
The easiest solution would be to use the EventInitialize event to set the combo box to a default value when the dialogue box opens, and your dialog box settings to match that selection. That way the first change the user makes would trigger value change.
06-20-2016 08:38 AM
Could you send an example of how to do that? I haven't been able to fix the issue with it yet.
06-21-2016 07:54 AM
Figured it out. Thanks for the help!