Subject | Re: [IBO] QuickReport print |
---|---|
Author | Helen Borrie |
Post date | 2007-10-05T23:41:46Z |
At 03:06 AM 6/10/2007, you wrote:
IB_Query's dataset to the IBOQuery. Assign a TDatasource to the
IBOQuery. Set up your Quickreport as usual.
Helen
>I have a query made with TIB_Query and I want to print this data usingUse the method MyIBOQuery.AssignSQLWithSearch to transfer the
>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?
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