Article ID: 135628
Article Last Modified on 2/15/2000
* code in Grid1.Column<n>.<Object>.GotFocus THISFORM.OldRow = THIS.PARENT.PARENT.ActiveRow THISFORM.OldCol = THIS.PARENT.PARENT.ActiveColumnIn the following example, the second column is disabled:
* code in Grid1.AfterRowColChange event
LPARAMETERS nColIndex && supplied by method
IF nColIndex = 2
THIS.ActivateCell( THISFORM.OldRow, THISFORM.OldCol )
ENDIF
Now when clicked, the disabled column will flash briefly. Then focus will
return to the last active cell selected.
Additional query words: VFoxWin browse
Keywords: KB135628