Subject | Re: [IBO] IBO and QuickReport |
---|---|
Author | L'Attila |
Post date | 2001-08-22T08:33:16Z |
Huuu, it sounds well, I'll try it as soon as possible. Thank you!
L'Attila
L'Attila
> I'm using also QReport and it works like this:QuickReport.
>
> IBOPrint->AssignSQLWithSearch(DModul->QMK);
>
> DModul->QMK is TIB_Query
> IBOPrint is TIBOQuery
>
> Riho-Rene Ellermaa
> senior programmer
> Hansabank
>
> -----Original Message-----
> From: L'Attila [mailto:sragner@...]
>
> Thanks for your quick answer, Jason!
> Ok, I'll use TIBOQuery, it works fine. But it's very important, that a
> result, that I'll display in TIB_Grid with TIB_Query, exactly same as a
> TIBOQuery-result on QuickReport. Our database will update often. When user
> prints the report, he wants to see exactly same as in grid, but it may be,
> that it's 5-10 minutes after displaying grid. Can I transport
> TIBOQuery-result to TIBQuery?
> Or I have to print row-by-row from grid manually?
>
> L'Attila
>
>
> > Is the TIBOQuery component and not TIB_Query.
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com <http://www.ibobjects.com>
> >
> >
> > ----- Original Message -----
> > From: "L'Attila" <sragner@...>
> >
> > > Can anyone tell me, that how can I use TIB_Query dataset on
> > Is
> > > that true, that I have use only TQuery with QR? (D5Prof, IBO 3.6di)
> > >
> > > Thanks in advance
> > >
> > > ludati