Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a Required Field?
Message
From
28/11/1997 16:37:17
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00062767
Message ID:
00062788
Views:
51
>I was thinking of the best generic way to make some fields in a table required. I'd like to check for the values in objects before the actual save takes place. What I thought I would try is to create a new logical property called "required" on all appropriate data objects (textboxes, editboxes, drop-downs, etc.). Then, in my pre-save hook I could just go through the container and make sure all objects with required=.T. are not empty.
>
>Anyone have any ideas/comments about this approach?

if you are using DBCX (or anyother extention to the data dictionary) you can make this a property of the field
then it is tied to the data and not to the form...

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform