You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

sunds2

Beginner

  • "sunds2" started this thread

Posts: 1

Date of registration: Jul 22nd 2012

  • Send private message

1

Sunday, July 22nd 2012, 6:02am

accessing form controls and functions from other modules

Hi I am unable to access the form controls and functions from other modules.
For example - I have created CMForm (renamed the default form to CMForm) with controls and some other functions
I am unable to access the controls and these functions from an of the modules.
My main mofule is as follows:
Public myForm as New CMForm
Public Sub main(ByJava args() As String)
myForm.SetDefaultClose
myForm.Show()
End Sub
Example: I have SEARCH_LABEL in CMForm - I cannot set the caption for this label using SEARCH_LABEL.Caption or even myForm.SEARCH_LABEL.Caption
Any help would be appreciated.

Rate this thread
WoltLab Burning Board