brownb1
[ol][li]In the load of the form put:
SET DELETE ON && To make the deleted record disapear.[/li]
[li]In the click event of your delete button :
THISFORM.GRID1.DELETEMARK = .T.&& Which will make a little box (or field) next to each records on the lef-hand side.[/LI]
[li]You can click in the little box (it should turn black)[/li]
[li]Somewhere do a TABLEUPDATE, THISFORM.GRID.DELETEMARK = .F., and a thisform.refresh()[/li][ol]
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.