Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

VB Module Error

Options
  • 01-03-2006 10:39pm
    #1
    Registered Users Posts: 1,987 ✭✭✭


    Sorry to bother people once again, this time i cant find anything about this prob on google.

    Below is the module called site

    its being called from frmMain, frmMain has tabs content on it thats called TabPageProperties then the tab in calling is TabHeaderProperties and the text field on that tab is txtCode, i keep getting this error:

    F:\swiftbuild\site.vb(4): 'TabPageProperties' is not a member of 'dionysus.frmMain'.

    the project is not called dionysus.frmMain its swiftbuild.frmMain!
    Any ideas?
    Module site
    Public Sub headerSave()
    Dim strHeader As String
    strHeader = frmMain.TabPageProperties.TabHeaderProperties.txtCode.Text
    End Sub
    End Module


Comments

  • Registered Users Posts: 2,781 ✭✭✭amen


    post the project


  • Registered Users Posts: 1,987 ✭✭✭Ziycon


    i was trying to use TabControl but kept getting that error so i resorted back to using multiple forms! Thanx anyways.


Advertisement