I'm trying to print a line using Printer.Print commands.
Here is a sample of my code:
Printer.Print "Vendor "; Trim$(txtVendor.Text)
Printer.Print "Sid # "; Trim$(txtSid.Text)
Printer.Print "Size "; Trim$(txtSize.Text)
Printer.Print "Received "; Date;
Printer.Print "_____________________"
Printer.Print "SERIAL# "; Trim$(txtSerial.Text)
Printer.Print "DATE"
Printer.Print "circle -> 1 2 3 "
Printer.FontSize = "48"
Printer.Print Trim$(txtOptPart.Text)
Printer.Print Trim$(txtPartCode.Text)
It does print a line but it is not under the line before. It is way off in right field. Does anyone know how to fix this? I'm printing to a dot matrix printer.
Thanks.
Silly girl..
![[ponytails] [ponytails] [ponytails]](/data/assets/smilies/ponytails.gif)
Here is a sample of my code:
Printer.Print "Vendor "; Trim$(txtVendor.Text)
Printer.Print "Sid # "; Trim$(txtSid.Text)
Printer.Print "Size "; Trim$(txtSize.Text)
Printer.Print "Received "; Date;
Printer.Print "_____________________"
Printer.Print "SERIAL# "; Trim$(txtSerial.Text)
Printer.Print "DATE"
Printer.Print "circle -> 1 2 3 "
Printer.FontSize = "48"
Printer.Print Trim$(txtOptPart.Text)
Printer.Print Trim$(txtPartCode.Text)
It does print a line but it is not under the line before. It is way off in right field. Does anyone know how to fix this? I'm printing to a dot matrix printer.
Thanks.
Silly girl..
![[ponytails] [ponytails] [ponytails]](/data/assets/smilies/ponytails.gif)