| View previous topic :: View next topic |
| Author |
Message |
Ivan Ricart Guest
|
Posted: Wed Sep 17, 2003 7:02 am Post subject: Reports with Delphi 7 |
|
|
Hi,
I would like to make a report with Delphi 7 but I cant't find the component
TquickReport.
How I can make a report with Delphi 7?.
Thanks.
|
|
| Back to top |
|
 |
Robert MacLean Guest
|
Posted: Wed Sep 17, 2003 8:17 am Post subject: Re: Reports with Delphi 7 |
|
|
Ivan Ricart (ivanr (AT) zone (DOT) es) moved some electrons around and created the
following:
| Quote: | Hi,
I would like to make a report with Delphi 7 but I cant't find the
component TquickReport.
How I can make a report with Delphi 7?.
Thanks.
|
There is the Nevrona reporting stuff in D7 (www.nevrona.com)
--
___________________________________________
Robert MacLean
robert at sadev dot co dot za
Web: http://www.sadev.co.za
|
|
| Back to top |
|
 |
Apostolos Dimopoulos Guest
|
Posted: Wed Sep 17, 2003 10:30 am Post subject: Re: Reports with Delphi 7 |
|
|
Go to Component -> Install packages menu and install Dclqrt70.bpl, Dcltqr70
which can be found in the C:Program FilesBorlandDelphi7bin directory
Apostolos
"Ivan Ricart" <ivanr (AT) zone (DOT) es> wrote
| Quote: | Hi,
I would like to make a report with Delphi 7 but I cant't find the
component
TquickReport.
How I can make a report with Delphi 7?.
Thanks.
|
|
|
| Back to top |
|
 |
Jordi Maycas Guest
|
Posted: Sun Oct 05, 2003 3:30 pm Post subject: Re: Reports with Delphi 7 |
|
|
the qreport package, in not installed by default in delphi7, but If you to
add components, and look in delphibin, you can install it, the name is
someting like qrptdcl.dcu???
"Robert MacLean" <robert (AT) nospam (DOT) sadev.co.za> escribió en el mensaje
news:3f681898$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Ivan Ricart (ivanr (AT) zone (DOT) es) moved some electrons around and created the
following:
Hi,
I would like to make a report with Delphi 7 but I cant't find the
component TquickReport.
How I can make a report with Delphi 7?.
Thanks.
There is the Nevrona reporting stuff in D7 (www.nevrona.com)
--
___________________________________________
Robert MacLean
robert at sadev dot co dot za
Web: http://www.sadev.co.za
|
|
|
| Back to top |
|
 |
Malek Guest
|
Posted: Wed Nov 05, 2003 6:18 am Post subject: Instal the package dclqrpt70.bpl |
|
|
You'll have to explicitly instal the package dclqrpt70.bpl
By selecting from the main delphi menu
Component | Instal Packages.. etc..
It seems that borland is silently droping it's support for QuickReport
and replacing it with Rave Reports .. Which I didn't really like.. I prefer
the former.
|
|
| Back to top |
|
 |
|