Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid data on a form
Message
From
18/08/1999 08:16:09
 
 
To
17/08/1999 21:46:42
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00254777
Message ID:
00254882
Views:
19
>I want to check to make sure a field or two have at least something in them before a record is saved. I was going to use the VALID method for the field with....
>
>IF ISBLANK(THIS.VALUE) or ISNULL(THIS.VALUE)
> MESSAGEBOX("Cannot be left blank",16,"ERROR")
> RETURN 0
>ENDIF
>
>This will work fine except.... when I pick the REVERT button in my DB toolbar class... I need to skip this routine. Is there a way to do this? I thought if I knew WHAT was clicked, I can check for the REVERT button and then in the VALID routine, ignore the checking steps.
>
>Suggestions?

Set the Cancel property to .T. on the revert button then:

IF LASTKEY() != 27
* Do the validaiton
ENDIF
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform