Subject simple locate question
Author deccico
Hi, I hame a TIB_Query component and the value of the primary key that
I want to seek.

Using the BDE I do something like

tbl->EditKey();
tbl->FieldByName("ID_SUBARTICULO")->AsString = nIdSubArt;
tbl->GotoKey();

How I can do the same with IBO?

best regards

Adrián