printing to a dot matrix printer

This forum is for general support of Xbase++
Post Reply
Message
Author
bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

printing to a dot matrix printer

#1 Post by bwolfsohn »

I'm looking into printing form forms to a dot matrix printer (oki 320/420), and i remember some routines that printed directly to the printer, bypassing the windows printer driver, but i haven't been able to locate those in my history/code.

I need to be able to print to a 3.5 inch form, but that paper size isn't available as a form size in the windows printer driver.

any suggestions from out of the memory banks ??
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: printing to a dot matrix printer

#2 Post by bwolfsohn »

Found a driver from okidata that let's us add custom form sizes.
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

DDunlap
Posts: 8
Joined: Mon Jan 12, 2015 12:56 pm

Re: printing to a dot matrix printer

#3 Post by DDunlap »

Look at DCPRINT SIZE..... this will set the size based on number of lines and length. Consider dcprint font in the process. I use this on 1" x 3" labels......The label size is set in the printer driver.
I have a preprinted form 8" x 7" & 8" x 11" in my program.
The form size is set in the printer driver.

Post Reply