Hi. My reports (Only those with 2 or more pages) crashed when I run it on windows 2000. (reports with 1 page will work just fine).
I'm using Delphi 3 with Quickreport 2.0c..
The exception is "Can't create file"
Thanks..
I have the same problem and nasrogers solution corrects this bug. I have modified the TEMP and TMP environnement variable to 'C:\TEMP' instead of 'C>:\Documents and Settings\administrateur\Paramètres locaux\Temp' and it works.
Thanks a lot
Take a look at the TempFilename function in qrprntr.pas - it has a woefully inadequate array size to receive the temp folder; change it so the array is [0..MAX_PATH] and it'll work fine without requiring you to change your environment variables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.