Subject Re: [IBO] QuickReport print
Author Helen Borrie
At 03:06 AM 6/10/2007, you wrote:
>I have a query made with TIB_Query and I want to print this data using
>QuickReport components.
>Since TIB_Query is not descendant of TDataSet I can't do it easily.
>Any Idea?
>I read that I can transfer the result of TIB_Query to a TIBOQuery
>component that is TDataSet descendant. Anyone knows who can I do it?

Use the method MyIBOQuery.AssignSQLWithSearch to transfer the
IB_Query's dataset to the IBOQuery. Assign a TDatasource to the
IBOQuery. Set up your Quickreport as usual.

>and if it will work?

It works - easier than you think! :-)

Helen