Thanks, Marco. I did a review of all of my UI object event code and removed all calls to "Refresh" or "Open" from the OnChange events. This appears to have solved the problem.
Thanks so much for you help.
Chris
A question --- I understand from the manual that a Refresh is done by closing and then re-opening the table. If the table being refreshed is a master table, are the detail tables closed and re-opened as well?
If so, that might be a clue to what is going on. I had an event procedure that I...
Hello,
I am writing an application on a Windows 7 machine using Delphi 2010, DOA 4.1.2.2, and Oracle 11g.
I am running a "refresh" command on a TOracleDataSet object shortly after inserting a new record. The insertion works fine. I put in a break point and opened PL/SQL Developer to see if...