Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid data on a form
Message
From
17/08/1999 21:46:42
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Valid data on a form
Miscellaneous
Thread ID:
00254777
Message ID:
00254777
Views:
56
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?
Peter Brama
West Pointe Enterprises

VFP is getting easier but STILL alot to learn!!
Next
Reply
Map
View

Click here to load this message in the networking platform