I'm sendin data to the printer. Before to send data I put this lines:
After this I put the lines which send the data.Code:Printer.KillDoc Printer.PaperSize = vbPRPSLetter Printer.Orientation = vbPRORLandscape Printer.ScaleMode = vbPixels
First time I send the data, every thing works fine. Printer respect the font type, fontsize, etc.
Second time it prints in any font type, fontsize, nothing works as I defined.
This is getting me crazy!
Any idea about it?
Thanks!


Reply With Quote