Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/VCL/Printing    [ Add a report in this area ]  
Report #:  73768   Status: Closed
Printing problems
Project:  Delphi Build #:  1
Version:    12.1 Submitted By:   Antics Emanuel
Report Type:  Basic functionality failure Date Reported:  5/9/2009 12:48:24 PM
Severity:    Critical / Show Stopper Last Updated: 5/29/2009 1:31:49 PM
Platform:    32 Bit Internal Tracking #:  
Resolution: Duplicate  Resolved in Build: : 12.0.3208.17503
Duplicate of:  67101
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Hi

I have Delphi 2009 Profesional.

This is a simple printing code:

uses printers;
procedure test;
var te:textfile;
begin
....
assignPRN(te);
rewrite(te);
writeln(te, 'TEST');
closefile(te);
.....
end;

The problem is my printer prints in Chinese or Japanese language, i dont know why.
In Delphi 6 all is ok, printing very good, in D2009 dont want in normal language.
The printer in instaled ok, tested, Windows is a fresh copy.

Help please
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 5/10/2009 7:01:05 PM -
I deleted QC#73769 and QC#73770 as Sysop. Please do not post same reports.

Antics Emanuel at 5/11/2009 12:28:53 PM -
Can you help me?

Alexander Alexeev at 5/12/2009 1:57:55 AM -
The quality cental is not a support service. It is a place to report bugs and post suggestions.

If you want a solution for your particular problem - you should use any programming forum.

Try to start with asking a question on these forums:

http://forums.codegear.com/
http://stackoverflow.com/

Antics Emanuel at 5/11/2009 3:01:06 AM -
Duplicates not solved my problem
if you want exemplwe, i atached
use the exe file for test

Server Response from: ETNACODE01