If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
One of the applications I have written requires double heigth name at the top of the printout. I do the following and it works for printing to a dot matrix printer;
this is imbeded code
??? CHR(27)+"w"+"1" && this turns on double heigth
@ 1, 70 SAY NAME
??? CHR(27)+"w"+"0" && this turns double heigth off
Can anyone tell me how to print formatted characters (increased Font Size, Font Style, Bold, underline etc) in Dbase III ?
Thanks
Prasad
Hi Orasad,
I created a ".mem" file which names the codes I wanted to use. I call it PRINTER.txt and when I want to use the printer, I just "RESTO FROM PRINTER.txt ADDI". I can then send them to printer with "Set print on" or dBase redirect "???" command like
??? "&PR12CPI"