if I have try to store something in variable temp in the click event of a combo box and want to retrieve the value of temp in the click event of a button, how do I achieve that? I am a clever newbie...
According to you, if you use a memory variable you have to declare it as a Public variable then only you can get the value of that variable when you click a button.
Otherwise you can store the value, resulted from the click event of the combo box to the TAG property OR COMMENT property of that control and you can use it instead of creating your New property of a form as suggested by monika.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.