When inserting a row in detail window, I have to reissue a retrieve() for the master window in order to display the new row.
When doing an update, I have to do a Retrieve() followed by a SetRow, and ScrollRow to display the updated row in the master and place the cursor on the active row.
Is there a more efficient way of doing this?