Can I change the default grid to be wider if I want to?
I tried using what you recommended but sill have strange results.
I am attaching a new test file.
Thanks for all your help.
Jean
Printing to an old dot matrix tractor feed printer
Re: Printing to an old dot matrix tractor feed printer
- Attachments
-
- Test.zip
- (2.23 KiB) Downloaded 741 times
Re: Printing to an old dot matrix tractor feed printer
I set the SIZE "SIZE 66,180" but that did not change anything.
-
- Posts: 42
- Joined: Mon Dec 23, 2013 2:10 pm
- Contact:
Re: Printing to an old dot matrix tractor feed printer
good evening
DC_Printercol () = current column printer
example:
DC_Printercol () = 2
, DC_Printercol () + 2 => current column = 4
, DC_Printercol () + 2 => current column = 6
etc ...
See your corrected code Test.prg
Messaoud Med Lazhar
DC_Printercol () = current column printer
example:
DC_Printercol () = 2
, DC_Printercol () + 2 => current column = 4
, DC_Printercol () + 2 => current column = 6
etc ...
See your corrected code Test.prg
Messaoud Med Lazhar
- Attachments
-
- Test.zip
- (3.84 KiB) Downloaded 733 times
Re: Printing to an old dot matrix tractor feed printer
I downloaded the test.prg file and when I ran it and created a text file it still doesn't print like I would want. When the word "Status" prints it looks ok but then "Route" prints it is moved over almost 50 spaces from "Status". I am attaching the text file I get.
- Attachments
-
- test.zip
- (314 Bytes) Downloaded 761 times
Re: Printing to an old dot matrix tractor feed printer
Ok I think I finally understand what you have been trying to tell me. Yes that does fix the issue. Sorry it took so long.
Thanks
Thanks
-
- Posts: 42
- Joined: Mon Dec 23, 2013 2:10 pm
- Contact:
Re: Printing to an old dot matrix tractor feed printer
Hello,
If you print directly to printer it works, agree that I do not have an old tractor feed dot matrix printer but trying on new printer it works.
see the attached PDF file
Messaoud Med Lazhar
If you print directly to printer it works, agree that I do not have an old tractor feed dot matrix printer but trying on new printer it works.
see the attached PDF file
Messaoud Med Lazhar
- Attachments
-
- Test.zip
- PDF File
- (2.22 KiB) Downloaded 677 times
Last edited by messaoudlazhar on Fri Feb 14, 2014 3:14 pm, edited 2 times in total.
Re: Printing to an old dot matrix tractor feed printer
I know it worked to a new printer, always did, it was only to my old tractor feed printer that I ran in to problems. I was able to recreate my issue when I sent it to a TEXTONLY file. I think using the DC_PrinterCol() options will work. So far the I HAVE TEXTONLY file printing the way I want it to.
As soon as I have the time to drive to where the other tractor feed printer is I can test my new code.
Thanks
Jeanne
As soon as I have the time to drive to where the other tractor feed printer is I can test my new code.
Thanks
Jeanne