Results 1 to 2 of 2

Thread: Parameter Passing

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    9

    Question

    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?

  2. #2
    Member
    Join Date
    Oct 2000
    Posts
    35
    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.
    rfo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width