Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VALIDATION OF EACH COLUMN IN GRID
Message
 
 
To
07/09/1998 03:53:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00133749
Message ID:
00133804
Views:
12
>Hi,
>
>Please help me
>
>I need the validation of each column in grid.
It looks impossible to me.
If not possible please guide which is the best third party tool for this.
>
>bye
>mmk

the default control for a grid column is a textbox. each textbox has a valid event. put your validation code in the valid event. if the input is incorrect put up a message and return a .f.. returning the false will prevent the focus from leaving the textbox (column). the valid event will trigger anytime the textbox loses focus (by client moving to another control). there are some exception when the valid will not trigger, such as clicking on menu or toolbar. read your other reply and was not aware that it would not trigger if click out of the grid. am going to try that now.

brenda
Previous
Reply
Map
View

Click here to load this message in the networking platform