Subject Re: [IBO] locate using multiple fields
Author Salvatore Besso
hello Adrian,

almost in Delphi (I don't know BCB) the syntax is:

TIB_Query.Locate('FLD1;FLD2;...;FLDn', VarArrayOf([V1, V2, .., Vn]), [options])

Regards and happy 2005
Salvatore