 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
john Guest
|
Posted: Tue Nov 02, 2004 9:01 pm Post subject: quickreports crashing |
|
|
2 problems actualy.
1) i'm using delphi 4 with quickreports 3.0 i recently upgraded to a new computer and upgraded OS to (From 98se to xp pro) reports that were working are now crashing with an efcreateerror. it says that it's unable to create the file but no file name is given just a bunch of garbage characters.
2) any report that is a single page prints out an extra blank page
tia. any help is greatly appreciated.
|
|
| Back to top |
|
 |
Bill C Guest
|
Posted: Wed Nov 03, 2004 11:34 am Post subject: Re: quickreports crashing |
|
|
G'day,
Could be that you haven't changed the default XP Pro environment variables for the TEMP directory used by QR. XP Pro uses long file names (eg, usernameDocuments and Settings) that QR can't handle.
Check this out by right clicking MyComputer, Properties, Advanced, Environment variables and change ALL blahblahusernameDocuments and Settingstemp to just C:TEMP
This might not be the problem as you say some reports do print (but with an extra page) - NO idea why this is so.
Cheers
Bill
"john" <j_cantin (AT) martialparts (DOT) com> wrote:
| Quote: |
2 problems actualy.
1) i'm using delphi 4 with quickreports 3.0 i recently upgraded to a new computer and upgraded OS to (From 98se to xp pro) reports that were working are now crashing with an efcreateerror. it says that it's unable to create the file but no file name is given just a bunch of garbage characters.
2) any report that is a single page prints out an extra blank page
tia. any help is greatly appreciated.
|
|
|
| Back to top |
|
 |
john Guest
|
Posted: Wed Nov 03, 2004 8:16 pm Post subject: Re: quickreports crashing |
|
|
ok, that seems to take care of the crash, but i cant really expect end users to make that kind of change on their systems. is there any other solution?
"Bill C" <wcarey (AT) NOTsenet (DOT) com.au> wrote:
| Quote: |
G'day,
Could be that you haven't changed the default XP Pro environment variables for the TEMP directory used by QR. XP Pro uses long file names (eg, usernameDocuments and Settings) that QR can't handle.
Check this out by right clicking MyComputer, Properties, Advanced, Environment variables and change ALL blahblahusernameDocuments and Settingstemp to just C:TEMP
This might not be the problem as you say some reports do print (but with an extra page) - NO idea why this is so.
Cheers
Bill
"john" <j_cantin (AT) martialparts (DOT) com> wrote:
2 problems actualy.
1) i'm using delphi 4 with quickreports 3.0 i recently upgraded to a new computer and upgraded OS to (From 98se to xp pro) reports that were working are now crashing with an efcreateerror. it says that it's unable to create the file but no file name is given just a bunch of garbage characters.
2) any report that is a single page prints out an extra blank page
tia. any help is greatly appreciated.
|
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Wed Nov 03, 2004 9:39 pm Post subject: Re: quickreports crashing |
|
|
No another solution for this bug in QR
--
With best regards, Mike Shkolnik
E-mail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
WEB: http://www.scalabium.com
"john" <j_cantin (AT) martialparts (DOT) com> wrote
| Quote: |
ok, that seems to take care of the crash, but i cant really expect end
users to make that kind of change on their systems. is there any other |
solution?
| Quote: |
"Bill C" <wcarey (AT) NOTsenet (DOT) com.au> wrote:
G'day,
Could be that you haven't changed the default XP Pro environment
variables for the TEMP directory used by QR. XP Pro uses long file names |
(eg, usernameDocuments and Settings) that QR can't handle.
| Quote: | Check this out by right clicking MyComputer, Properties, Advanced,
Environment variables and change ALL blahblahusernameDocuments and |
Settingstemp to just C:TEMP
| Quote: |
This might not be the problem as you say some reports do print (but with
an extra page) - NO idea why this is so.
Cheers
Bill
"john" <j_cantin (AT) martialparts (DOT) com> wrote:
2 problems actualy.
1) i'm using delphi 4 with quickreports 3.0 i recently upgraded to a
new computer and upgraded OS to (From 98se to xp pro) reports that were |
working are now crashing with an efcreateerror. it says that it's unable to
create the file but no file name is given just a bunch of garbage
characters.
| Quote: |
2) any report that is a single page prints out an extra blank page
tia. any help is greatly appreciated.
|
|
|
| Back to top |
|
 |
lonnie Guest
|
Posted: Fri Nov 05, 2004 7:08 am Post subject: Re: quickreports crashing |
|
|
make a batch file to run your program, for example
set temp=c:temp
YourProgram.exe
I use this method to solve this problem.
"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> ¦b¶l¥ó
news:41894ffa (AT) newsgroups (DOT) borland.com ¤¤¼¶¼g...
| Quote: | No another solution for this bug in QR
--
With best regards, Mike Shkolnik
E-mail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
WEB: http://www.scalabium.com
"john" <j_cantin (AT) martialparts (DOT) com> wrote in message
news:41894a91$1 (AT) newsgroups (DOT) borland.com...
ok, that seems to take care of the crash, but i cant really expect end
users to make that kind of change on their systems. is there any other
solution?
"Bill C" <wcarey (AT) NOTsenet (DOT) com.au> wrote:
G'day,
Could be that you haven't changed the default XP Pro environment
variables for the TEMP directory used by QR. XP Pro uses long file names
(eg, usernameDocuments and Settings) that QR can't handle.
Check this out by right clicking MyComputer, Properties, Advanced,
Environment variables and change ALL blahblahusernameDocuments and
Settingstemp to just C:TEMP
This might not be the problem as you say some reports do print (but
with
an extra page) - NO idea why this is so.
Cheers
Bill
"john" <j_cantin (AT) martialparts (DOT) com> wrote:
2 problems actualy.
1) i'm using delphi 4 with quickreports 3.0 i recently upgraded to a
new computer and upgraded OS to (From 98se to xp pro) reports that were
working are now crashing with an efcreateerror. it says that it's unable
to
create the file but no file name is given just a bunch of garbage
characters.
2) any report that is a single page prints out an extra blank page
tia. any help is greatly appreciated.
|
|
|
| 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
|
|