Applies To: |
|
Summary: |
I have tried using FileRichTextPrint() as in the examples in the Citect Help. Why doesn't it work? |
Solution: |
The examples in the help use "LPT" for the
printer portname. This should be "LPT1:". Where 1 is the port
number.
eg iResult = FileRichTextPrint("[Data]\richtext.rtf","LPT1:"); The same applies to DspRichTextPrint(). eg DspRichTextPrint(25,"LPT1:"); Also see Q2858. |
Keywords: |
Related Links
Attachments