I had never known that the controls inside the cluster contained in the 2d array were unavailable to be used in the Edit Event Handling for this case dialog box.
So I just did my best to trigger the events for the boolean controls. Please see attached my attempt.
I will be glad to know there is a better way to achieve this. Any ideas?
Kind Regards
Austin
Triggering Events For Booleans in an Array.zip
You need to use Dynamic Event registration to get the event.
Use the following code register the event:
And inside the event
More info on dynamic events.
Ton