Hi,
Help me with this please,
How to execute procedure on FORM from MODULE (bas file) and how to change variable on FORM from MODULE
Thanks
Printable View
Hi,
Help me with this please,
How to execute procedure on FORM from MODULE (bas file) and how to change variable on FORM from MODULE
Thanks
The sub / function / variables need to be declared publicly.VB Code:
FormName.ProcedureName(Arguments) FormName.VariableName = Value
hi bushmobile
Love to hear from you again :)
bushmobile,
my FORM are MDIChild and on the procedure change some control on the FORM.
using -- FormName.ProcedureName(Arguments) -- raise up an error -- object or variable not set --
How is that bush?
procedure should be public
pete
public it is