Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Valid Event Error Message
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00867086
Message ID:
00867087
Vues:
23
This message has been marked as the solution to the initial question of the thread.
>How can I modify the error message "INVALID INPUT" which is displayed when a VALID EVENT returns .f.?
>
>I know I can add a WAIT WINDOW "..." just before the error message displays.
>How do I either modify "INVALID EVENT" or remove it?
>
Harry,


Use WAIT WINDOW NOWAIT "..." to show your messages and RETURN 0 to supress VFP message.
IF ...
  WAIT WINDOW NOWAIT "..."
  RETURN 0
ENDIF
RETURN .T.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform