compiler error ......solution please
dear friend,
i have a pro in vb6+Access2K.
i have added a form through formwizard.
while running the form, the compiler error is occuring as :
"Procedure declaration does not match description of event
or procedure having the same name."
please provide the help in simple language in detail.
adj
Re: compiler error ......solution please
That error message occurs if you have changed the parameters/type of a Sub or Function that is created by the IDE as an Event (such as Form_load), or you have created a Sub/Function with the same name as an Event.
What is the Sub/Function that has the problem, and is this one you wrote yourself or modified?
If you post the code, we can suggest suitable alterations/alternatives.