Search found 13 matches
- Sat Feb 15, 2014 7:46 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
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. ...
- Thu Feb 13, 2014 8:49 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
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
- Wed Feb 12, 2014 3:48 pm
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
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.
- Wed Feb 12, 2014 8:38 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
I set the SIZE "SIZE 66,180" but that did not change anything.
- Wed Feb 12, 2014 8:28 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
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
I tried using what you recommended but sill have strange results.
I am attaching a new test file.
Thanks for all your help.
Jean
- Mon Feb 10, 2014 2:53 pm
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
I was side tract on this issue for awhile and I had been a bit under the weather. Just getting back to this issue. I know no one has a tractor feed printer so I thought may be a test app would be the best thing to show you what is happening. If you send this report to a file the results are similar ...
- Fri Jan 10, 2014 3:15 pm
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
As the old water program is a dos app is it possible to get it to run on the new windows? Is the old program written in Clipper? If not, then you have a few options. 1. Run on 64-bit systems using DOSBOX.EXE. 2. Run on 32-bit systems. If it is written in Clipper, then it only needs recompiling in X...
- Fri Jan 10, 2014 6:22 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
I am going to try the "DCPRINT ON TO ... FORMSIZE <form>" and if need be try the pdf approach. Thanks for your idea!Eugene Lutsenko wrote:I'm on the computer as printer a pdf-driver is installed and I always print in pdf-file, which is then no problem standard means printed on any printer
Jean
- Fri Jan 10, 2014 6:19 am
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
you can use FormSize I think it works well: - Create a new form with the required dimensions from the print server properties - use the form created : DCPRINT ON TO ... FORMSIZE <form> ------------- Best Regards Thank you and as soon as everyone leaves me alone I am doing it. Can you relate?
- Thu Jan 09, 2014 12:01 pm
- Forum: eXpress++ Support
- Topic: Printing to an old dot matrix tractor feed printer
- Replies: 26
- Views: 39245
Re: Printing to an old dot matrix tractor feed printer
Yes I am using DCPRINT. I have been interrupted way to much today and have not had any time to work on this again.
As the old water program is a dos app is it possible to get it to run on the new windows?
Jean
As the old water program is a dos app is it possible to get it to run on the new windows?
Jean