Subject Re: [IBO] Re: IB_Query methoed Locate causing Access Violation !
Author Sean Palmer
Hi Jason,

I've had to comment out the following lines in IB_Components.pas (from line 37077) because tmpCol is always nil

  {$IFDEF DEBUG}
    LogItem( GetFullIdentName( Self ) + '.LocateRecord( ' + AKeyFields + ', ' +
                                                       tmpCol.AsString + ' )' );
  {$ENDIF}

This has stopped the Access Violation I was experiencing.

Regards,
Sean


On Thursday, 14 August 2014, 1:34, "'IBO Support List' supportlist@... [IBObjects]" <IBObjects@yahoogroups.com> wrote:


 
It's already posted. I couldn't update my static web-site because they are doing a total transition but if you get to the download areas you will get the corrected release.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Wednesday, August 13, 2014 11:41 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Re: IB_Query methoed Locate causing Access Violation !

Hi Jason,
I'm also experiencing this problem with version 5.5.3 build 2067 and Delphi XE6. 
When are you going to post a new release with this fix please.
Regards,
Sean Palmer