Search found 2 matches
- Tue Apr 03, 2007 4:00 pm
- Forum: VCL
- Topic: printing on HP Laserjet 2600n
- Replies: 6
- Views: 12417
Hi, I use teechart pro 7.07. >>I can not reproduce the issue here using a TTreePreviewPanel. Which are >>are the exact steps I should follow to reproduce the issue here and which >>TeeChart version are you using? If you want to see first set as your default some other printer, and then try to select...
- Mon Apr 02, 2007 9:53 am
- Forum: VCL
- Topic: printing on HP Laserjet 2600n
- Replies: 6
- Views: 12417
printing on HP Laserjet 2600n
Hello, when I was try to print with delphi (ver 7) on my Laserjet 2600n I get floating point overflow, (when execute printer.enddoc) I was look for it in www and I found the follow workaround /// procedure TForm1.Button1Click(Sender: TObject); var Saved8087CW :word; begin PrintDialog1.Execute; Print...