Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Escape Sequence Epson printing examples
Message
De
24/08/2005 20:37:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
24/08/2005 13:38:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01043495
Message ID:
01043660
Vues:
11
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform