Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Label printer blues, a sticky mistery
Message
 
À
01/04/1998 05:50:46
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00088478
Message ID:
00088668
Vues:
26
>Hi Marc,
>I see it has got a long thread and don't know what point you are by now. I found out that notepad prints somewhat "different". So if it was that making the label printer "print" then here is a conversion to mimic notepad :
>
>lHasFF = .t.   && If page setup has FF option
>cNotePadPrintOut = space(82)+chr(13)+;
>		cFoxText+;
>		replicate(chr(10),64)+;
>		space(82)+;
>		iif(lHasFF,chr(13)+chr(12),"")
>* Notepad adds 82 space + enter at the beginning and
>* 64 LF + 82 spaces at the end (+ enter+FF if FF option is on)
>??? cNotePadPrintOut
>
>Hope this makes the magic.
>Cetin

Cetin,

Thanks. I've thought of that too. I guess it is the output of the notpad when sending it to a file, is it not? But I cannot use ??? with the { chararcter for some reason.

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform