OR_PRTF and @LPTRHIGH (OpenInsight 16-Bit Specific)
At 17 APR 2002 08:24:33PM Byron Shindler wrote:
All,
OI_PRTF (OI 3.7.5) seems to ignore the @LPTRHIGH setting and the SET_ENV/GET_ENV setting. The output is 66 lines per page no matter what. I can launch the application, followed by the System Editor, and run GET_ENV '20' which returns 60. Any ideas?
Byron
At 17 APR 2002 08:34PM Byron Shindler wrote:
All,
Nevermind… OR_PRTF is not counting the heading.
Byron
At 17 APR 2002 11:34PM Don Miller - C3 Inc. wrote:
Actually, you will have a devil of a time printing 66 lines. The maximum # of lines I've been able to print is 65, and that is only with a Generic Text Only driver. Otherwise, 63 seems about the max I can get with OR_VIEW (which calls OR_PRINTF).
Don
At 24 APR 2002 03:11PM Byron Shindler wrote:
Don,
Thanks for your reply.
I am using OR_PRTF to produce ouput to a file and then sending the file to the selected Windows device using the Print_Init and related functions. This avoids the LPTx port requirement and lets me use a variety of mono-spaced fonts and orientation in the output.
Regards,
Byron