Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending text to printer
Message
 
To
14/05/1997 16:05:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00032292
Message ID:
00032300
Views:
45
>In v2.6 we used @SAY to send a line of text to printer, in Visual we are unable to use @SAY and therefore use ??.
>
>The problem is (Using FoxPrint, 12 pt) that ?? only allows 79 characters accross and wraps the 80th. @SAY works fine.
>
>Example
>
>SET PRINTER ON
>SET PRINTER FONT "FoxPrint", 12
>SET CONSOLE OFF
>FOR lnCount = 1 TO 10
>(Works) ?? REPL('X',80)
>(Doesn't) @ 0,0 SAY REPL('X',80)
>
>ENDFOR
>SET PRINTER OFF
>SET PRINTER TO
>
>Any help/insight would be appreciated. Thanks in advance.

have you tried foxprint 10 pt?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform