Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About objects verification rules
Message
 
To
23/06/1998 02:55:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00110836
Message ID:
00110845
Views:
18
>I'm novice in visual programming and I thing I don't understand the filosofy of control fluxe in this tools.
>My questions are:
>1) Where make verification rules of fields?
>2) How activate an object after a verification rule in a push button i.e.?


Hi,

It is recommanded to put all your validation in save method(before save method).

You can use control's SETFOCUS() method to activate the object.

IF EMPTY(Thisform.txtname.value)
Thisform.txtname.setFOCUS()
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform