Subject | locate using multiple fields |
---|---|
Author | Adrián Deccico |
Post date | 2005-01-02T20:26:37Z |
Hi, how can I perform a Locate using multiple fields?
I just try with this line but I get a compolation error
tbl->Locate("N_DOC;ID_DOC;ID_TIPO_FACT"
, VarArrayOf(ARRAYOFCONST((sNRO, nTipoDoc, nTipoFact))), TIB_LocateOptions());
--
best regards
Adrián
I just try with this line but I get a compolation error
tbl->Locate("N_DOC;ID_DOC;ID_TIPO_FACT"
, VarArrayOf(ARRAYOFCONST((sNRO, nTipoDoc, nTipoFact))), TIB_LocateOptions());
--
best regards
Adrián