| View previous topic :: View next topic |
| Author |
Message |
Philip B Cook Guest
|
Posted: Thu Feb 17, 2005 11:35 am Post subject: QuickReports in Delphi 4 |
|
|
I have been using QuickReports as distributed by Borland with Delphi 4.
I have run into the (well documented) problem that this version of
QuickReports does not support pathnames to the windows TEMPORARY files
folder that are longer than around 30 characters... therefore my existing
programs will not work on Windows XP.
Has anyone got a copy of a patched/fixed qrprntr.pas or qrprntr.dcu
(compiled for Delphi 4). I do not have the .pas file as it was not shipped
with Delphi 4 Pro.
Thanks in advance.
Philip
|
|
| Back to top |
|
 |
Lorenz Guest
|
Posted: Sat Jul 16, 2005 10:44 am Post subject: Re: QuickReports in Delphi 4 |
|
|
Hi!
I have the same problem. Did you solved?
Lorenz
| Quote: | I have been using QuickReports as distributed by Borland with Delphi 4.
I have run into the (well documented) problem that this version of
QuickReports does not support pathnames to the windows TEMPORARY files
folder that are longer than around 30 characters... therefore my existing
programs will not work on Windows XP.
Has anyone got a copy of a patched/fixed qrprntr.pas or qrprntr.dcu
(compiled for Delphi 4). I do not have the .pas file as it was not
shipped
with Delphi 4 Pro.
Thanks in advance.
Philip
|
|
|
| Back to top |
|
 |
Bill C Guest
|
Posted: Tue Jul 19, 2005 12:39 pm Post subject: Re: QuickReports in Delphi 4 |
|
|
G'day Philip,
There is no need to update QuickReports to run it on XP. I am
currently doing just that (D4, QR3 on XP Pro).
What you need to do is change the name of 2 XP Environment
variables, temp and tmp. The default names will be VERY long,
eg temp = xxx%Documents and Settings%xxxxxx. Change this to
temp = temp and make sure your PC has a directory named this
and users have access to it. All fixed. Sorry, I can't
remember exactly where to make this change in XP as I am
currently answering from a Win98 PC, so I can't look it up.
Cheers
Bill
"Philip B Cook" <philipbcook (AT) ntlworld (DOT) com> wrote:
| Quote: | I have been using QuickReports as distributed by Borland with Delphi 4.
I have run into the (well documented) problem that this version of
QuickReports does not support pathnames to the windows TEMPORARY files
folder that are longer than around 30 characters... therefore my existing
programs will not work on Windows XP.
Has anyone got a copy of a patched/fixed qrprntr.pas or qrprntr.dcu
(compiled for Delphi 4). I do not have the .pas file as it was not shipped
with Delphi 4 Pro.
Thanks in advance.
Philip
|
|
|
| Back to top |
|
 |
|