|
-
Dec 4th, 2000, 06:10 AM
#1
Thread Starter
New Member
Is there any way that I can pass the value of variable to an _Click() event instead of storing it in a global variable of a text box?
-
Dec 4th, 2000, 06:30 AM
#2
Member
What is a global variable of a text box?
In a Click-Event you can access module level variables and
globals, also you can access properties of controls and forms. You could use the tag prop. It depends on the time when the data is available for you.
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
|