Subject | simple locate question |
---|---|
Author | deccico |
Post date | 2004-07-11T23:36:02Z |
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
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