Subject | Re: [IBO] column list & variable list do not match |
---|---|
Author | Helen Borrie |
Post date | 2004-11-18T04:43:41Z |
At 04:14 AM 18/11/2004 +0000, you wrote:
Use a TIBOQuery as the container for the report's data.
Use the AssignSQLWithSearch method to "populate" the TIBOQuery with the
user's latest view in his gird dataset.
Done.
Easier than falling off a log.
Helen
> > Are you *really* trying to use a TIBQuery in an IBO application?It never was the case! I use no other report writer than QR with IBO!
> >
> > Helen
>
>
>Yes (unfortunately) as it is on a QuickReport. Reports are the only
>place in my app where (I'm under the impression) I'm limited to using
>TIBQuery
>
>Is this no longer the case?
Use a TIBOQuery as the container for the report's data.
Use the AssignSQLWithSearch method to "populate" the TIBOQuery with the
user's latest view in his gird dataset.
Done.
Easier than falling off a log.
Helen