Subject | Insert in query with KeySource - Error: Operation Aborted |
---|---|
Author | |
Post date | 2015-05-04T20:45:24Z |
IBObjects v 5.7.3.2238
Delphi 7
Windows 8
Program is throwing an error when doing inserts on a file with an
attached file is connected with KeySource so that it can drive a
IB_LookupCombo.
I uploaded a sample program to:
https://drive.google.com/file/d/0B-UU8iBPXW5gMW5POWs2a2tKTjg/view?usp=sharing
Unzip it, run InvView.exe and put in your local firebird or interbase
password and press the “ConnectDB” button, then the “Test” button.
Then press the "Test" button again. The program will display an error message of:
"Operation Aborted"
Notes:
1. This used to function under IBO v4.8.7.
2. Remove the "CalculatedFields" from qyOrdersM query then
the program functions without the error.
3. Removing the LookupCombo doesn't stop the error.
4. Not Opening the qyTerms stops the error.
5. Setting the "dsOrdersM.Dataset := nil;" while posting the insert
will allow the program to work.
Looking forward to a solution.
Thanks
Michael