Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to validate movement from row to row in a grid?
Message
From
06/07/1999 08:41:15
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237681
Message ID:
00237684
Views:
11
>How to validate movement from row to row in a grid?
>In BROWSE we have WHEN clause, but in a grid...
>
>May be decision is in usage of BeforeRowColChange and AfterRowColChange events, but it seems that in this events we don't know if movement is from row to row or from column to column.
>
>I decided this problem partially with new property and some checking.
>
>Please help.
>Nik

Nikolay,
you may use both BeforeRowColChange and AfterRowColChange and check parameter nColIndex in these methods. If you move cursor from row to row this parameter does not change.
Regards

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform