Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid Event
Message
From
26/08/1999 07:47:32
Ilie Tomac
Eagle Investment Systems LLC
Boston, Massachusetts, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00257776
Message ID:
00257793
Views:
13
Hi, Mark...

I used the following approach:
In Valid() event of my control I put code:
IF !thisForm.verify()
RETURN 0
ENDIF

In thisForm.verify() I put another code:

"some verifications"
IF lSuccessVerified
RETURN .t.
ELSE
WAIT WINDOW 'Your_message' NOWAIT &&OR MESSAGEBOX('Your_message'))
RETURN .f.
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform