Subject RE: [IBO] TIBOxxxx components
Author Helen Borrie
At 09:35 AM 5/01/2006 +1100, you wrote:
>Hi Helen,
>
>I have included every single package into a fresh project, and view the
>component list for every package(iboAccess, iboCore, iboTools, iboControls,
>iboSearch, iboGrids, iboBars, iboMisc, iboDialogs, iboInternet). None have
>any TIBOxxxx component.
>
>So I assume it was not installed. I have also looked at another co-worker's
>PC and the same story. I think that it was never installed. Is this
>possible? I.e. can you have all other packages install except this one? Is
>there no dependencies?

Please check the component list via View | Component list. Look for
TIBOTable, TIBODatabase, TIBOQuery, TIBOStoredProc and
TIBOTransaction. What's most likely is that you did a partial install at
some point, into a palette that had a different name...and the more recent
installs are installing the components into that palette.

If they are *really* not there at all, and you have the registered code,
you should be able to just install the package. And, yes, if you have the
other stuff installed already, then there are dependencies. The package
installation takes care of all that transparently.

Helen