HELP !!!!
I'm having a huge problem with VB5 and my printer.
I want to read a database and make a data-printout.
the printer is initialized with:
Set cPrn = Printer
cPrn.ScaleMode = 4 (or 6 in vbMillimeters is the same)
cPrn.Orientation = vbPRORPortrait
cPrn.PaperSize = vbPRPSA4
cPrn.FontName = "Courier New"
cPrn.FontSize = 7
then a heaeder is printed and everything is fine.
but as soon as the data-lines are printed fontsize and
fontname are getting very small
Can anybody tell me, what's going wrong ?
Ludwig