Hello.
I have a form with many control and a lot of code associated with the Events of the controls. After making changes to the form the other day I noticed that most/all of the events no longer "fired" and command buttons no longer worked.
When I look at the Events list for a control (under Properties), no code is referenced. However, if I attempt to add code, it is actually there...
The only way I have been able to fix this is to copy the code from the event, delete the declaration of the event, and then recreate and paste the code into the event.
This will take a long time to fix if I have to go through each event.
I have had this problem in the past, but it usually only occurs if I change the name of an control and add a new control with that same name.
Sorry for the rambling. Any help would be greatly appreciates.
Thanks.
I have a form with many control and a lot of code associated with the Events of the controls. After making changes to the form the other day I noticed that most/all of the events no longer "fired" and command buttons no longer worked.
When I look at the Events list for a control (under Properties), no code is referenced. However, if I attempt to add code, it is actually there...
The only way I have been able to fix this is to copy the code from the event, delete the declaration of the event, and then recreate and paste the code into the event.
This will take a long time to fix if I have to go through each event.
I have had this problem in the past, but it usually only occurs if I change the name of an control and add a new control with that same name.
Sorry for the rambling. Any help would be greatly appreciates.
Thanks.