Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Annoying foxpro message
Message
 
 
À
08/11/2000 08:32:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00439204
Message ID:
00439571
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform