Compile Error : Method or data member not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • markjoseph
    New Member
    • Dec 2014
    • 1

    Compile Error : Method or data member not found

    hI, would you like to help my problem, I'm a new programmer and I had encounter an error in my new program.

    Compile Error : Method or data member not found

    I'm using vb6 and my database is access.

    Here's my code that i'm using
    Code:
    Private Sub Form_Load()
      BSE1.InitSubClassing
      con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Invdata.mdb;Persist Security Info=False"
    End Sub
    Attached is the screenshot of error using vb6.
    [IMGNOTHUMB]http://bytes.com/attachments/attachment/8070d1417459161/bse1.jpg[/IMGNOTHUMB]

    Appreciate if you could help me.

    Thanks,
    Mark
    Attached Files
    Last edited by Frinavale; Dec 1 '14, 08:27 PM. Reason: Added image to thread body. Added code tags.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    It would help if you posted the code for the declaration of the BSE1 variable.

    -Frinny

    Comment

    Working...