Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messages of Validations
Message
 
To
05/09/1999 17:09:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00261658
Message ID:
00261671
Views:
22
>Hi, buddies!
>
>How can I customize the message displayed by VFP when a field validation rule is violated? I don't want that when a user is entering data in a form, VFP shows its message; I'd like to take control of this message.
>
>Is it possible?
>
>Thanks in advance, and forgive my errors in English.

Claudio,

Put your validation code in the valid event. If the data is invalid you can use the MessageBox() function to display any message you like and then RETURN 0 from the valid event. Returning .F. will display the VFP message and retain focus in the control. Returning 0 will NOT dislpay the VFP message but it will retain focus in the control.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform