|
-
Jul 27th, 2006, 04:29 AM
#1
Thread Starter
Addicted Member
Change variable from module
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
-
Jul 27th, 2006, 04:34 AM
#2
Re: Change variable from module
VB Code:
FormName.ProcedureName(Arguments)
FormName.VariableName = Value
The sub / function / variables need to be declared publicly.
-
Jul 27th, 2006, 04:57 AM
#3
Thread Starter
Addicted Member
Re: Change variable from module
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?
-
Jul 27th, 2006, 06:19 AM
#4
Re: Change variable from module
procedure should be public
pete
-
Jul 27th, 2006, 06:24 AM
#5
Thread Starter
Addicted Member
Re: Change variable from module
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|