Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending text to printer
Message
De
14/05/1997 16:05:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Sending text to printer
Divers
Thread ID:
00032292
Message ID:
00032292
Vues:
73
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform