Subject | Re: [IBO] QReport & IBObjects |
---|---|
Author | Dmitry Beloshistov |
Post date | 2004-08-20T09:39:14Z |
Hello, moczaz!
You wrote to <IBObjects@yahoogroups.com> on Fri, 20 Aug 2004 09:01:06 -0000:
m> My questions are:
m> - is there a way to use TIB_Query with QReports?
No.
m> - if not, can I "import" my queries from a TIB_Query into a
m> TIBOQuery?
IBOQuery1.AssignSQLWithSearch(IB_Query1);
m> - should I forget about QReport and use a different reporting tool?
May be ;)
m> I tried FreeReport but I bumped into the same problem.
Please open fr.inc file (FreeReport source). Uncomment line {$DEFINE IBO}
into fr.inc save changes and recompile FreeReport. And...oops! IBO native
components now supported by FreeReport ! ;)
m> (I guess, most of you are using ReportBuilder, but I need free tool.)
m> What should I use?
FastReport?
WBR, Dmitry Beloshistov AKA [-=BDS=-]
You wrote to <IBObjects@yahoogroups.com> on Fri, 20 Aug 2004 09:01:06 -0000:
m> My questions are:
m> - is there a way to use TIB_Query with QReports?
No.
m> - if not, can I "import" my queries from a TIB_Query into a
m> TIBOQuery?
IBOQuery1.AssignSQLWithSearch(IB_Query1);
m> - should I forget about QReport and use a different reporting tool?
May be ;)
m> I tried FreeReport but I bumped into the same problem.
Please open fr.inc file (FreeReport source). Uncomment line {$DEFINE IBO}
into fr.inc save changes and recompile FreeReport. And...oops! IBO native
components now supported by FreeReport ! ;)
m> (I guess, most of you are using ReportBuilder, but I need free tool.)
m> What should I use?
FastReport?
WBR, Dmitry Beloshistov AKA [-=BDS=-]