Results 1 to 2 of 2

Thread: compiler error ......solution please

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Mumbai
    Posts
    44

    Thumbs down 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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width