I'm a self-taught Clipper 5.01 user.
I had no problems printing to DOS compatible printer on LPT1.
However my program won't print on other PC's that don't have a DOS compatible printer on LPT1.
I currently use the following:
set device to print
set print on
mLINE=0
@mLINE,0 say "etc, etc"
mLINE-mLINE+1
@mLINE,0 say "etc,etc"
set device to scren
set print off
I need to use the maximum 80 characters width.
I have tested creating a "TextFile" but when I use
"notepad/p [textfile], but this won't print 80 characters width, and I can't change left & right margins in Clipper.
Can Someone PLEASE help??
What is the best and easiest way to change my program so I can use it on any Computer with any Windows printer, that isn't DOS compatible.
THANKS To ALL Suggestions and Help.
John K.
I had no problems printing to DOS compatible printer on LPT1.
However my program won't print on other PC's that don't have a DOS compatible printer on LPT1.
I currently use the following:
set device to print
set print on
mLINE=0
@mLINE,0 say "etc, etc"
mLINE-mLINE+1
@mLINE,0 say "etc,etc"
set device to scren
set print off
I need to use the maximum 80 characters width.
I have tested creating a "TextFile" but when I use
"notepad/p [textfile], but this won't print 80 characters width, and I can't change left & right margins in Clipper.
Can Someone PLEASE help??
What is the best and easiest way to change my program so I can use it on any Computer with any Windows printer, that isn't DOS compatible.
THANKS To ALL Suggestions and Help.
John K.