Access Violation - OnFilterRecord

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ritsch
Posts: 1
Joined: Mon 31 Oct 2016 13:56

Access Violation - OnFilterRecord

Post by Ritsch » Mon 31 Oct 2016 14:23

Hey guys.

Before i begin, i'm from germany, so my english is not the best. But i will try my best.

My problem.

I'm working with Delphi (XE7) and UniDAC 6.1.6. Everything is working correctly.

Now i'm porting my project to Delphi 10.1 Berlin with UniDAC 6.4.14.
I use the OnFilterRecord-Event to filtering the result.

When i open my Table first time, the event is working correctly without any errors.
If i deative the Table and activate it again, i get a Access Violation in this Event.

The RecordCount of the Table is at the first time 7 (thats correct), at the second Time it's zero.


Is there any known Bugs in this Version with 10.1 Berlin?

Greetings from germany

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Access Violation - OnFilterRecord

Post by ViktorV » Mon 31 Oct 2016 14:52

Unfortunately, we could not reproduce the issue.
In order to get a detailed answer, please compose a small sample demonstrating the described behavior and send it using the contact form https://www.devart.com/company/contactform.html including scripts for creating database objects. Also please specify the DBMS version you are using.

Post Reply