LocateEx

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
SeaCay
Posts: 26
Joined: Wed 10 Jan 2007 03:03

LocateEx

Post by SeaCay » Sun 01 Jul 2007 05:52

Hi CoreLab,

Using BDS2006 - Delphi Win32 Personality

I need to perform a

Code: Select all

IBCTable.LocateNext
which I understand is

Code: Select all

IBCTable.LocateEx('FIELDA;FIELDB', varArrayof([1, 'B']), [ixNext]);
However I cant find where ixNext is defined and get compile time errors.

Please can you clarify where TLocateExOption and TLocateExOptions are defined and handled.

regards

SeaCay

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 02 Jul 2007 06:29

You should include the MemData unit to your uses clause.

SeaCay
Posts: 26
Joined: Wed 10 Jan 2007 03:03

Post by SeaCay » Mon 02 Jul 2007 08:44

Hi

Yes MemData fixed it

thanks and regards

SeaCay

Post Reply