Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label printer blues, a sticky mistery
Message
 
To
01/04/1998 05:50:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00088478
Message ID:
00088668
Views:
25
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform