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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

VB Module Error

  • 01-03-2006 9:39pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 2,781 ✭✭✭amen


    post the project


  • Registered Users, Registered Users 2 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