Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Espon LX300, draft or NQL
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00539987
Message ID:
00539989
Vues:
12
This message has been marked as the solution to the initial question of the thread.
It means you have to send to printer CHR(27) + "x" + CHR(1). If I rememeber correctly in cases when n=0 or 1 you can also use characters "0" or "1", like
CHR(27) + "x" + "1".
ESCxn: ESC   -> CHR(27) 
       x     -> "x" or CHR(120)
       n=0/1 -> CHR(0)/CHR(1) or "0"/"1"
>I've downloaded LX 300 manual
>
>
>
> ASCII DEC HEX DESCRIPTION
> ESCxn 120 78 select NLQ or draft
> n = 1: NLQ
> n = 0: draft
>
>
> I didnt understand the table above.
>
>
> As far as I understood I have to use chr (120)
>
> But how can I do if to select between NLQ and draft ?
>
> Where will I put n = 1 or n = 0
>
>
> Thanks
>
>
> Moises
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform