Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Annoying foxpro message
Message
From
09/11/2000 05:48:45
 
 
To
08/11/2000 08:32:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00439204
Message ID:
00439571
Views:
13
Hi!

If you meant message that appears when program calls COM object and user try to press any key in the VFP, you can try to play around certain _VFP object properties, for example, to disable this message at all I use:

_VFP.OLEServerBusyRaiseError = .T.
_VFP.OLERequestPendingTimeout = 0
_VFP.OLEServerBusyTimeout = 5000

Finally, KEYBOARD command works for this message box to close it automatically.

>Hi All!
>
>I hope someone can help me with this problem.
>
>Is there anyway to get rid of the message "Executing remote... Press ESC to cancel."? I know I can use SET ESCAPE OFF but this isn't the solution because I still want the user to be able to cancel.
>
>/Peter
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform