How do I determine if the user changed rows in a grid. I'm using VFP 5.0. I understand there's 'rowcolchange' in VFP 8 or 9, but how do I test for this in VFP 5.0. I'm trying to setup the grid's BeforeRowColChange event so it will not change Rows but will allow column changes when in an editmode (say, myeditmode = .t.).