Hi!

I have a dbList in a dbView, showing child data constrained to parent A (the parent is the main file of the dbView).

Now some process deletes a record of the child table (e.g. recnum 10) and creates a new record (same recnum 10), but for parent B.

When I scroll now in the dbList, the "recnum 10" row shows the new record (so the dbList shows records of 2 different parents).

Is there a dbList property to automatically prevent this or is it best to rebuild/refresh the list (when the view or the tab page containing the list gets the focus)?


Christoph