Subject | Re: [IBO] IBObjects & Top Grid |
---|---|
Author | Helen Borrie |
Post date | 2000-11-14T15:59:42Z |
At 02:57 PM 14-11-00 +0000, you wrote:
Delphi's TDatasource.
Use only the TIBO* components with third-party components that need
TDataset in their heredity.
Use only the TIB_ components with the TIB_ controls.
You cannot mix TIB_ and TIBO_ components.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________
>Hello:That's good to know.
>
>I am a novice to Interbase and IBObjects. I am currently attempting
>to convert my existing appliations to Interbase and IBObjects. All
>works fine except my current applications make extensive use of a
>product called Top Grid. Here is my problem. Top Grid requires a
>DataSource. If I drop a TIBOTable and a standard TDatasouce
>component on a form , all works fine.
>However, being a novice I amNo, the BDE is not required at all in IBO applications.
>not sure if the BDE is still required if I use a standard TDatasource
>component.
>If I drop a TIBOTable and a TIB_Datasource, theTIB_Datasource is not designed for the TIBO* components - they work with
>TIB_Datasource does not see the TIBOTable.
Delphi's TDatasource.
>If I drop a TIB_Query andIB Objects has two distinct series of components.
>a TIB_Datasource, that works fine except Top Grid does not see the
>TIB_Datasource.
Use only the TIBO* components with third-party components that need
TDataset in their heredity.
Use only the TIB_ components with the TIB_ controls.
You cannot mix TIB_ and TIBO_ components.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________