Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid Event Error Message
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00867086
Message ID:
00867087
Views:
24
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform