Page 1 of 1

LocateEx

Posted: Sun 01 Jul 2007 05:52
by SeaCay
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

Posted: Mon 02 Jul 2007 06:29
by Alex
You should include the MemData unit to your uses clause.

Posted: Mon 02 Jul 2007 08:44
by SeaCay
Hi

Yes MemData fixed it

thanks and regards

SeaCay