Compileerfout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aRGee
    New Member
    • Oct 2007
    • 3

    Compileerfout

    I recieve an error message in visual basic
    "Kan de methode of het gegevenslid niet vinden" or "Can't find the method or data member"
    after reading command;
    Me.mkaOntvanger .BackColor = -2147483643

    If i put a dot after the fieldname only "Value" as a choice is available.
    Normaly there is a large list of commands available.
    This error ocourse after some programming in visual basic.
    At first all is working well

    Program is Office 2000 (Access)
  • YarrOfDoom
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    Originally posted by aRGee
    I recieve an error message in visual basic
    "Kan de methode of het gegevenslid niet vinden"
    after reading command;
    Me.mkaOntvanger .BackColor = -2147483643

    If i put a dot after the fieldname only "Value" as a choice is available.
    Normaly there is a large list of commands available.
    This error ocourse after some programming in visual basic.
    At first all is working well

    Program is Office 2000 (Access)
    It might help the experts if you would translate the text. I will do it as far as I can, but I don't know what's "gegevensli d" in English:

    Originally posted by aRGee
    I recieve an error message in visual basic
    "Can't find the method or gegevenslid"
    after reading command;
    Me.mkaReciever. BackColor = -2147483643

    If i put a dot after the fieldname only "Value" as a choice is available.
    Normaly there is a large list of commands available.
    This error ocourse after some programming in visual basic.
    At first all is working well

    Program is Office 2000 (Access)

    Comment

    • aRGee
      New Member
      • Oct 2007
      • 3

      #3
      Originally posted by yarrofdoom
      It might help the experts if you would translate the text. I will do it as far as I can, but I don't know what's "gegevensli d" in English:
      i think its called "datamember "

      Comment

      • YarrOfDoom
        Recognized Expert Top Contributor
        • Aug 2007
        • 1243

        #4
        Then the complete translated text would be:
        Originally posted by aRGee
        I recieve an error message in visual basic
        "Can't find the method or datamemeber"
        after reading command;
        Me.mkaReciever. BackColor = -2147483643

        If i put a dot after the fieldname only "Value" as a choice is available.
        Normaly there is a large list of commands available.
        This error ocourse after some programming in visual basic.
        At first all is working well

        Program is Office 2000 (Access)
        and the title would be: "Compile error"

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          To get back on track, I think we need to know what kind of object mkaReciever is. (Note, "Reciever" is misspelled, at least for English.)

          Comment

          • aRGee
            New Member
            • Oct 2007
            • 3

            #6
            Originally posted by Killer42
            To get back on track, I think we need to know what kind of object mkaReciever is. (Note, "Reciever" is misspelled, at least for English.)
            I think it's a bug in Visual Basic.
            I'll get the 2003 version and hope the bug will be gone.

            THX anyway

            Comment

            • Killer42
              Recognized Expert Expert
              • Oct 2006
              • 8429

              #7
              Originally posted by aRGee
              I think it's a bug in Visual Basic.
              I'll get the 2003 version and hope the bug will be gone.
              Ok. But don't forget what they say about blaming your tools. :)

              Comment

              • YarrOfDoom
                Recognized Expert Top Contributor
                • Aug 2007
                • 1243

                #8
                Originally posted by Killer42
                Ok. But don't forget what they say about blaming your tools. :)
                I mostly say: "What a crappy software, but yeah, it's from Microsoft, so what would you've expected." That of course only works when I'm doing VB.

                Comment

                Working...