Greetings,
From my application, I wish to print to the MS Document Image Writer instead of to the default printer.
But the file name used is the window title of the calling appliaction. So the title "Print: Debtors" is a valid window title but an invalid file name. If I look in the print queue, the status continually says printing - but nothing is ever saved.
Can I access & change the print title without having to change the window title?
For printing purposes, I use the following construct:
OUTPUT STREAM st TO PRINTER.
... print everything incl. printer codes (PUT STREAM st UNFORMATTED ...)
OUTPUT STREAM st CLOSE.
Thanks for the help.
From my application, I wish to print to the MS Document Image Writer instead of to the default printer.
But the file name used is the window title of the calling appliaction. So the title "Print: Debtors" is a valid window title but an invalid file name. If I look in the print queue, the status continually says printing - but nothing is ever saved.
Can I access & change the print title without having to change the window title?
For printing purposes, I use the following construct:
OUTPUT STREAM st TO PRINTER.
... print everything incl. printer codes (PUT STREAM st UNFORMATTED ...)
OUTPUT STREAM st CLOSE.
Thanks for the help.