Subject Re: [IBO] V3.6 -> 4 Status?
Author paulphope
Artur

>
> Let's clarify this:
>
> I use two diferent ways to allow a user to create a Report. I will
simplify:
>
> 1) The user creates a TIBOQuery. Connect that TIBOQuery to a
TDataSource, and the TDataSource to a TppDBPipeline. Use the
TppDBPipeline in the report. No BDE involved. Perhaps the
TppDBPipeline is new to version 6, and in old versions you just have
TBDEPipeline? In version 6, TBDEPipeline is a descendant from
TppDBPipeline.
>
> 2) Using TppDesigner and allow the user to build is own Query
inside the report (using the 'Data' tabsheet). On TppDesigner I use
DataBase Type dbInterbase, and session set to IBOSession. (This
settings will just allow SQLType 1 and 2, not 3). So, using IBO (no
BDE).
>
IBOSession must be new to 6, I don't have that option.

> Finnaly, the way you want it to: using TIBOPipeline. Never use it,
because as you see, I don't have the need to. I use TDataSet
descendants all the time.
>
This is what I really wanted to know about ;-)

> Got it? My english isn't very good, and I have some kind of
problems explaining myself. But I try harder!
>
You're English is fine, I just get confused easily. I still don't
know about IBOPipeline but your clarification was interesting because
I havn't used report designer yet.

Hopefully someone else can tell me if IBOPipeline works with IBO4??

Regards
Paul