Dear all FoxPro programmers,
I'm Win2k and XP user. I have two questions?
1. I try to generate an output to printer using @say ...
Here's my sample code...
Set device to printer
@1,1 say 'This is a test'
@10,1 say 'I can print this'
@11,1 say chr(12) && for form feed
set device to screen
It's spooling to the printer but never print the output.
2. How can I print a txt file to the printer? Let's say I have "Test.txt" on my default folder.
Thank you,
konLao
I'm Win2k and XP user. I have two questions?
1. I try to generate an output to printer using @say ...
Here's my sample code...
Set device to printer
@1,1 say 'This is a test'
@10,1 say 'I can print this'
@11,1 say chr(12) && for form feed
set device to screen
It's spooling to the printer but never print the output.
2. How can I print a txt file to the printer? Let's say I have "Test.txt" on my default folder.
Thank you,
konLao