Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VALID-event???
Message
 
To
16/12/1996 10:40:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00015211
Message ID:
00015612
Views:
32
>I have a Textbox and in the Valid event I check if
>the user have made a valid input. If the user have
>done a wrong input I return false and in the
>ErrorMessage event I display a message. After
>my message I got a system message "Invalid input (press
> space)". How do I do, if I don't want the system
>message. I have tried "set notify off", but it didn't
>work.
>
try

if lError &there is an error
=messagebox('Please reenter a valid entry','')
return 0
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform