pullmyefinger
Registered User.
- Local time
- Yesterday, 21:27
- Joined
- Feb 26, 2011
- Messages
- 37
2003:
I have a command button that has focus, can I hide it using "visible"?? I already tried .enabled=False and that doesn't work. How do I accomplish this or work around it? LostFocus Won't work..
How do I make variables "Global" so I don't have to keep redefining them in event procs? An Example would help.
Last, can i put an event proc in Declarations and have it be "global" (the results of the procedure; variables, control values, etc.).
I have a command button that has focus, can I hide it using "visible"?? I already tried .enabled=False and that doesn't work. How do I accomplish this or work around it? LostFocus Won't work..
How do I make variables "Global" so I don't have to keep redefining them in event procs? An Example would help.
Last, can i put an event proc in Declarations and have it be "global" (the results of the procedure; variables, control values, etc.).