Subject | Re: [IBO] Code completion error and datasource problem with IB objects |
---|---|
Author | Helen Borrie |
Post date | 2001-12-28T12:12:29Z |
At 01:44 PM 28-12-01 +0200, you wrote:
H.
>Hi,This is a Delphi error which indicates errors in *your* code. Try pressing Ctrl-F9 and let the compiler locate your error(s).
>I am using TIBOQuery and TIB_Script, I installed them but "unable to invoke
>Code Completion due to errors in source code",
>what can be the reason of error, also I can not reference IB_Datasource toThat'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).
>IBOQuery
H.