I need to check "empty" state of the read only dataset after any operations which can change amount of the retrieved records. I try use the AfterOpen event and IsEmpty function for this, but AfterOpen event don't fired in QBE mode. Any offers?
You can use the AfterQuery event for this. It fires when the query of the dataset has finished, regardless if it was caused by an Open, Refresh or QBE query.
------------------
Marco Kalter
Allround Automations