Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Escape Sequence Epson printing examples
Message
From
24/08/2005 20:37:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
24/08/2005 13:38:13
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043495
Message ID:
01043660
Views:
12
>I've found few good examples of VFP code using escape sequences.
>
>I'd like to use the absolute positioning escape sequence.
>ESC $ n1 n2.
>But I'm not sure how to send both parameters.

ESC would be chr(27). I am not sure about $, that might be "$". And n1 and n2 should be sent as chr(n1) + chr(n2).
??? chr(27) + "$" + chr(n1) + chr(n2)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform