Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Valid event of active cell in Grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121620
Message ID:
00121621
Views:
14
>Is it possible to call the valid event of the active cell in grid Valid event? If it is, please show how. Thanks in advance.

This.Column1.Text1.Valid() && if focus is in the grid
This.Valid() && if focus is in the actual cell
ThisForm.Grid1.Column1.Text1.Valid() && if focus is not on the grid

Substitute *ThisForm* with whatever the actual container of the grid is.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform