Article ID: 141987
Article Last Modified on 9/30/2003
******* Begin AfterRowColChange *********
IF This.ActiveRow<>Thisform.oldrow
Thisform.oldrow=This.ActiveRow
FOR lnI=1 TO This.ColumnCount
lcsource=This.Columns(lnI).ControlSource
IF TYPE(lcsource)<>"G" AND TYPE(lcsource)<>"M"
This.Columns(lnI).SetAll("VALUE",&lcsource)
ENDIF
ENDFOR
ENDIF
******** End AfterRowColChange *************
_Screen.Forms(1).Grid1.Column1.Text1.Value _Screen.Forms(1).Grid1.Column2.Text1.Value _Screen.Forms(1).Grid1.Column3.Text1.Value _Screen.Forms(1).Grid1.Column4.Text1.Value
Additional query words: VFoxWin
Keywords: KB141987