Hello.
I've got a form 'MyForm' and a module 'MyModule.bas'.
Within 'MyModule.bas', I want to see the value of a
Text from 'MyForm'
Value = Text1.Text
But I get a '424 error' (an object is required). I suppose
that I have to make Text1 object be visible from all
the forms of the project.
Any suggestion?
Regards.
I've got a form 'MyForm' and a module 'MyModule.bas'.
Within 'MyModule.bas', I want to see the value of a
Text from 'MyForm'
Value = Text1.Text
But I get a '424 error' (an object is required). I suppose
that I have to make Text1 object be visible from all
the forms of the project.
Any suggestion?
Regards.