Subject | Re: [IBO] locate using multiple fields |
---|---|
Author | Salvatore Besso |
Post date | 2005-01-02T23:37:53Z |
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
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