Apr 12, 2001 #1 Valius Programmer Oct 20, 2000 174 US Is it possible to pass a variable through the OnButtonXXXX() function? If so, how would you go about it? Thanks in advance. Niky Williams NTS Marketing Niky.Williams@NTSMarketing.com
Is it possible to pass a variable through the OnButtonXXXX() function? If so, how would you go about it? Thanks in advance. Niky Williams NTS Marketing Niky.Williams@NTSMarketing.com
Apr 13, 2001 #2 TGM IS-IT--Management Mar 14, 2001 141 BE Hi No, the function is called by the framework, so, as far as I know, it's not possible. You don't explain the functionnality you want but adding a member in your dialog class should make the job, does it ? Thierry Upvote 0 Downvote
Hi No, the function is called by the framework, so, as far as I know, it's not possible. You don't explain the functionnality you want but adding a member in your dialog class should make the job, does it ? Thierry
Apr 13, 2001 Thread starter #3 Valius Programmer Oct 20, 2000 174 US Okay, thanks. I was going to try this first, but since it doesn't seem possible, I'll probaby go with member functions or globals. Thanks again. Niky Williams NTS Marketing Upvote 0 Downvote
Okay, thanks. I was going to try this first, but since it doesn't seem possible, I'll probaby go with member functions or globals. Thanks again. Niky Williams NTS Marketing