Hi.
I'm trying to build a dynamic form and I'm facing some troubles assigning events to the created elements.
Basically once the user clicks a checkbox previowsly created the program creates a lot of fields for information input and the checkbox to enable the next line of information in the form (if the checkbox is clicked the program will repeat the process of creating the fields).
Everytime I create a new checkbox I assign an event handler to it, just as follows:
MODULE SUB:
CLASS MODULE:
The problem is: When I create a checkbox, the previows checkbox stops responding to the _Change event and the class sub is not called anymore.
Is there something missing in my code?
Thanks a lot.
Bookmarks