Subject Re: [IBO] Code completion error and datasource problem with IB objects
Author Helen Borrie
At 01:44 PM 28-12-01 +0200, you wrote:
>Hi,
>I am using TIBOQuery and TIB_Script, I installed them but "unable to invoke
>Code Completion due to errors in source code",

This is a Delphi error which indicates errors in *your* code. Try pressing Ctrl-F9 and let the compiler locate your error(s).

>what can be the reason of error, also I can not reference IB_Datasource to
>IBOQuery

That's true, you cannot reference IB_Datasource to IBOQuery. You must use TDatasource with IBOQuery and use native Delphi data-aware controls (not IB Objects controls).

H.