Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Espon LX300, draft or NQL
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00539987
Message ID:
00539989
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform