Subject | RE: [IBO] Setting Locate Options w/BCB 5 |
---|---|
Author | Leigh J. Worthing |
Post date | 2001-05-24T02:30:40Z |
I am converting from TIBO to native components and need to know how to set
the locate options in a locate call to lopFindNearest. With TIBO I used the
following
TLocatOptions Ops;
Ops << loFindNearest;
This code:
TIB_LocateOptions Ops;
Ops << lopFindNearest;
gives me the following error "<< operator not defined for TIB_LocateOptions"
Thanks,
Leigh
the locate options in a locate call to lopFindNearest. With TIBO I used the
following
TLocatOptions Ops;
Ops << loFindNearest;
This code:
TIB_LocateOptions Ops;
Ops << lopFindNearest;
gives me the following error "<< operator not defined for TIB_LocateOptions"
Thanks,
Leigh