> *I think Nodefault use
> ************
> If nKeyCode = -2
>
> Thisform.grdstock.DeleteMark = .T.
> Thisform.grdstock.ReadOnly=.F.
> Thisform.grdstock.AllowCellSelection=.T.
> Thisform.grdstock.Column1.ReadOnly=.T.
> Thisform.grdstock.Column5.ReadOnly=.T.
> Thisform.grdstock.Column7.ReadOnly=.T.
> Thisform.grdstock.Column10.ReadOnly=.T.
> Thisform.grdstock.Column14.ReadOnly=.T.
>
> Nodefault
> Thisform.grdstock.column2.SetFocus
>
>
> Endif
> **********
R/Madam
my question is that how to return from grid to textboxs?
thanks
best regards.