Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Row Validation
Message
From
05/10/1997 00:16:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid Row Validation
Miscellaneous
Thread ID:
00053303
Message ID:
00053303
Views:
61
A row in a grid needs to be validated BEFORE allowing the user to leave therow without relying on DBC rules (pre-validation is desirable with remote tables and with table buffering) We need properties we can test in
BeforeRowColChange to let us know where the user is trying to go. Remember the VALID clause of a Browse?

BeforeRowColChange should have LPARAMETERS for the new row and column the user is trying to go to. These parameters should retun 0 if the user clicks outside the grid. With that information, we could trigger record validation at the grid level to prevalidate row data when we are using table bufferring.
Next
Reply
Map
View

Click here to load this message in the networking platform