
MSHFlexgrid not updating when recordset changes
I have an Adodc based on a query. When an Access record no longer
matches the query, my MSHFlexgrid does not delete that item. Only after
I exit the program and rerun does it work. When I use ADDNEW then UPDATE
the grid automatically displays the addition but not when an item is
removed.
Adodc1.Recordset.AddNew fields, values
Adodc1.Recordset.Update
How can I make the grid remove the record? I am not using the delete
method. This is all I am using. Adodc1.Recordset!Exported = True Only
False adds to the recordset.