|
-
Aug 22nd, 2005, 04:51 AM
#1
Thread Starter
Member
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
-
Aug 22nd, 2005, 02:41 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|