Page 1 of 1

ODAC Pro Ver 6.50.34 : OnFilterRecord Bug

Posted: Fri 30 May 2008 20:55
by Yuliy
I installed a new version of ODAC (6.50.34), recompile the project and I've got an error on startup:
"Error reading taCNTRIES.OnFilterRecord: Access violation at address 0062D58A in module 'Tps.exe'. Write of address 00000038."
The Application uses TORATables components (to work with small tables : about few hundreds records and uses OnFilterRecord Event to filter records.
The initial property of TORaTable.filtered=False, but in some cases the App set it to True.
It worked fine with the prev. versions of ODAC 6.25.12-6.25.15.
It looks like the "type TFilterRecordEvent = procedure(DataSet: TDataSet; var Accept: Boolean) of object" changed in the new version -
the error happened in the reading the form. I had to re-install the previos version of ODAC and it works fine. Please, check this problem.

Thank you,
Yuliy

Posted: Mon 02 Jun 2008 06:54
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.