Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changes to messagebox from VFP7 to VFP9 - selects yes it's own? 1

Status
Not open for further replies.

CMcC

Programmer
Feb 5, 2002
196
US
HI all -
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
 
Hi Chris - Duh. I was thinking of the messagebox with an 'information' pic on it....thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top