Re: Removing deleted row from the grid by Gregory
Gregory
Tue Dec 02 01:55:54 CST 2003
Joaquin,
After the delete, you need to move off the record before you refresh()
Something like
skip
if( eof() )
go bottom
endif
=this.Refresh()
Have a look at the comment Wofgang has made as I have never used the
deleted() event of the grid
_________________
"Joaquin" <jlopezh@earthlink.net> wrote in message
news:eAuzyVFuDHA.2520@TK2MSFTNGP10.phx.gbl...
> How do I remove a delete row from the grid when the user clicks on the
> delete column? I'm using a curosr and have tried adding a refresh command
> in the deleted event of the grid but it does not remove the row.
>
> Thanks
>
>