Happy new year for you, too.
"maani" <salman2k960 (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:1104208078.098597.168060 (AT) z14g2000cwz (DOT) googlegroups.com...
Quote:
aoa
i use vfp 8 by microsoft.the problem is that new year has arrived and
no one yet posted new year message.consider this code
MESSAGEBOX("New year has arrived.Do you wish to continue?")
how to change "No" button's behavior so that it works same as "Yes"
button?.
b bye. |
Since the difference between "Yes" and "No" button is the returned
value of the messagebox() function, if you want your code can do
the same thing when MessageBox('Test',4) returns either 6 for Yes
or 7 for No.
hth
-Stefan