Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I'm defeated. I may have to sell shoes!
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01564407
Message ID:
01564430
Views:
85
Replace WAIT WINDOW calls with the following code. Check if it will work for you.
DECLARE INTEGER MessageBox IN user32 As MsgBox;
	INTEGER hWindow, STRING lpText,;
	STRING lpCaption, INTEGER wType

= MsgBox(0, "Message Text", "Message Caption", 0x1232)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform