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 09:21:32
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237681
Message ID:
00237698
Views:
10
Hello Nikolay,

I just asked the same question last week.

Why don't you add a property (nOldRow) to store the active record #. Then in the AfterRowColChange() code put:

if recno('mytable') <> thisform.nOldRow
** Do your row change stuff here
thisform.nOldRow = recno()
endif

HTH
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform