 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kevin Werle Guest
|
Posted: Thu Nov 18, 2004 3:15 pm Post subject: Quick Reports & D2005 |
|
|
Can I use QR in D2005? It looks like the install put a QuickRpt.dcu in the
BDS3.0lib directory but there is not a "bpl" I can install in as a design
time component. It looks like the Q3 files I used in D7 will not work with
D2005. Is there a way to make my D7 quick reports apps work in D2005?
|
|
| Back to top |
|
 |
Lars O. Soderstrom Guest
|
Posted: Sat Nov 20, 2004 2:57 am Post subject: Re: Quick Reports & D2005 |
|
|
I wonder too. Does anybody know?
"Kevin Werle" <kwerle (AT) grneam (DOT) com> skrev i meddelandet
news:419cbc9f$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Can I use QR in D2005? It looks like the install put a QuickRpt.dcu in
the BDS3.0lib directory but there is not a "bpl" I can install in as a
design time component. It looks like the Q3 files I used in D7 will not
work with D2005. Is there a way to make my D7 quick reports apps work in
D2005?
|
|
|
| Back to top |
|
 |
treok Guest
|
Posted: Fri Nov 26, 2004 8:27 am Post subject: Re: Quick Reports & D2005 |
|
|
| Quote: | I wonder too. Does anybody know?
|
From the QR-Newsletter:
Announcing QuickReport for Delphi 2005
QuickReport for Delphi 2005 is a high performance, light weight reporting
engine for Microsoft Windows and VCL.NET projects. It has been enhanced
to take advantage of the new Delphi 2005 features and is fully backwards
compatible with older Delphi and C++Builder projects. The new version is
faster than earlier editions of QuickReport and memory usage is kept to a
minimum.
QuickReport for Delphi 2005 Standard will be released in December and
will be compatible with all the new language and RAD features in Delphi
2005. Create VCL.net applications using the enhanced database technology
that is available for VCL.NET in Delphi 2005 providing maximum
flexibility for projects.
Quickreport for Delphi 2005 Professional will be released in the first
quarter 2005 and will include support for Windows Forms and features for
making reports available through Web Services.
--- posted by geoForum on http://delphi.newswhat.com
|
|
| Back to top |
|
 |
Jindrich Volek Guest
|
Posted: Sun Nov 28, 2004 5:25 pm Post subject: Re: Quick Reports & D2005 |
|
|
Hello,
I am user of QR405Prof. I copied QuickRpt folder from Delphi 7 to Delphi
2005. I compiled (builded) both package without problem (as Win32). But
instalation of design package calls error:
Cannot load package rtl70. It contains unit ZLib, which is also contained in
package rtl90.
I copied also tree files QRSearchDlg.* from Delphi7Lib to BDS3.0quickrpt
I plan to migrate to Delphi2005. Can you help me to install QR405Prof to
D2K5.
I hope, that version QR4 for Delphi 2005 Win32 will be early. My all other
D7 packages were installed to D2k without any problems!
"treok" <h.k.j.keesmaat (AT) chello (DOT) nl> píše v diskusním příspěvku
news:41a6f692$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I wonder too. Does anybody know?
From the QR-Newsletter:
Announcing QuickReport for Delphi 2005
QuickReport for Delphi 2005 is a high performance, light weight reporting
engine for Microsoft Windows and VCL.NET projects. It has been enhanced
to take advantage of the new Delphi 2005 features and is fully backwards
compatible with older Delphi and C++Builder projects. The new version is
faster than earlier editions of QuickReport and memory usage is kept to a
minimum.
QuickReport for Delphi 2005 Standard will be released in December and
will be compatible with all the new language and RAD features in Delphi
2005. Create VCL.net applications using the enhanced database technology
that is available for VCL.NET in Delphi 2005 providing maximum
flexibility for projects.
Quickreport for Delphi 2005 Professional will be released in the first
quarter 2005 and will include support for Windows Forms and features for
making reports available through Web Services.
--- posted by geoForum on http://delphi.newswhat.com
|
|
|
| Back to top |
|
 |
Girish Patil (Gnostice) Guest
|
Posted: Mon Nov 29, 2004 5:01 am Post subject: Re: Quick Reports & D2005 |
|
|
To fix this you'll need to alter the packages a bit. Open the packages you
compiled, look for the included rtl70, remove it and include rtl90. It should
then compile and install fine.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) -
Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------
"Jindrich Volek" <info (AT) gamma (DOT) cz> wrote
| Quote: | Hello,
I am user of QR405Prof. I copied QuickRpt folder from Delphi 7 to Delphi 2005.
I compiled (builded) both package without problem (as Win32). But instalation
of design package calls error:
Cannot load package rtl70. It contains unit ZLib, which is also contained in
package rtl90.
I copied also tree files QRSearchDlg.* from Delphi7Lib to BDS3.0quickrpt
I plan to migrate to Delphi2005. Can you help me to install QR405Prof to D2K5.
I hope, that version QR4 for Delphi 2005 Win32 will be early. My all other D7
packages were installed to D2k without any problems!
"treok" <h.k.j.keesmaat (AT) chello (DOT) nl> píše v diskusním příspěvku
news:41a6f692$1 (AT) newsgroups (DOT) borland.com...
I wonder too. Does anybody know?
|
|
|
| Back to top |
|
 |
Jindrich Volek Guest
|
Posted: Mon Nov 29, 2004 7:39 am Post subject: Re: Quick Reports & D2005 |
|
|
OK, thanks. I also must to lock up the D7 bin and bpl folders. QR405Prof
runs with D2k5 OK!
"Girish Patil (Gnostice)" <girish (AT) gnostice (DOT) com> píše v diskusním příspěvku
news:41aaae1a (AT) newsgroups (DOT) borland.com...
| Quote: | To fix this you'll need to alter the packages a bit. Open the packages you
compiled, look for the included rtl70, remove it and include rtl90. It
should then compile and install fine.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) -
Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------
"Jindrich Volek" <info (AT) gamma (DOT) cz> wrote in message
news:41aa09f6 (AT) newsgroups (DOT) borland.com...
Hello,
I am user of QR405Prof. I copied QuickRpt folder from Delphi 7 to Delphi
2005. I compiled (builded) both package without problem (as Win32). But
instalation of design package calls error:
Cannot load package rtl70. It contains unit ZLib, which is also contained
in package rtl90.
I copied also tree files QRSearchDlg.* from Delphi7Lib to
BDS3.0quickrpt
I plan to migrate to Delphi2005. Can you help me to install QR405Prof to
D2K5.
I hope, that version QR4 for Delphi 2005 Win32 will be early. My all
other D7 packages were installed to D2k without any problems!
"treok" <h.k.j.keesmaat (AT) chello (DOT) nl> píše v diskusním příspěvku
news:41a6f692$1 (AT) newsgroups (DOT) borland.com...
I wonder too. Does anybody know?
|
|
|
| Back to top |
|
 |
Daniel Voelkel Guest
|
Posted: Mon Nov 29, 2004 8:47 am Post subject: Re: Quick Reports & D2005 |
|
|
Jindrich Volek wrote:
| Quote: | OK, thanks. I also must to lock up the D7 bin and bpl folders. QR405Prof
runs with D2k5 OK!
|
Does anybody got QR 3.6.2 to run under D2005?
Daniel
|
|
| Back to top |
|
 |
KurtHofman Guest
|
Posted: Wed Dec 01, 2004 9:29 am Post subject: Re: Quick Reports & D2005 |
|
|
Just a little question : how can I alter the packages ?
Do I have to edit the .bpl-files or so, because I cannot find any entry
of rtl70.
Kurt Hofman,
ASCI nv.
| Quote: | To fix this you'll need to alter the packages a bit. Open the packages
you
compiled, look for the included rtl70, remove it and include rtl90. It
should
then compile and install fine.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) -
Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------
"Jindrich Volek" <info (AT) gamma (DOT) cz> wrote in message
news:41aa09f6 (AT) newsgroups (DOT) borland.com...
Hello,
I am user of QR405Prof. I copied QuickRpt folder from Delphi 7 to
Delphi 2005.
I compiled (builded) both package without problem (as Win32). But
instalation
of design package calls error:
Cannot load package rtl70. It contains unit ZLib, which is also
contained in
package rtl90.
I copied also tree files QRSearchDlg.* from Delphi7Lib to BDS3.0
quickrpt
I plan to migrate to Delphi2005. Can you help me to install QR405Prof
to D2K5.
I hope, that version QR4 for Delphi 2005 Win32 will be early. My all
other D7
packages were installed to D2k without any problems!
"treok" <h.k.j.keesmaat (AT) chello (DOT) nl> píše v diskusním příspěvku
news:41a6f692$1 (AT) newsgroups (DOT) borland.com...
I wonder too. Does anybody know?
|
--- posted by geoForum on http://delphi.newswhat.com
|
|
| Back to top |
|
 |
Girish Patil (Gnostice) Guest
|
Posted: Wed Dec 01, 2004 12:25 pm Post subject: Re: Quick Reports & D2005 |
|
|
You can open the .dpk files in Delphi and do it visually.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) -
Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------
"KurtHofman" <kurthofman (AT) asci (DOT) be> wrote
| Quote: | Just a little question : how can I alter the packages ?
Do I have to edit the .bpl-files or so, because I cannot find any entry
of rtl70.
Kurt Hofman,
ASCI nv.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|