HI all -
have a messagebox like below
When I run this code, the messagebox pops up then disappears before I can even select yes or no...
Is there an automatic timeout in VFP9 for the messagebox?
Please let me know -
thanks
Cmcc
have a messagebox like below
Code:
If Messagebox("Save Changes to this Note?",4+32+128,"Please Confirm",64) == 6
Select Cust
Scatter Memvar
m.notes = Upper(Thisform.edit1.Value())
Gather Memvar
Endif
When I run this code, the messagebox pops up then disappears before I can even select yes or no...
Is there an automatic timeout in VFP9 for the messagebox?
Please let me know -
thanks
Cmcc