Re: [U2] Eliminating strange characters

2005-12-30 Thread u2
[EMAIL PROTECTED] wrote: I have a weird situation that I could use some help on. I am trying to copy an account on a Linux testmachine to a Winwdows PC. The account on the testmachine is shared via Samba. The trouble is that there are some files that have weird files in the directories and

[U2] RE: fast file transfers

2005-12-30 Thread Susan Joslyn
Thanks to everyone for their input on my question about faster file transfers. Probably going to use a combination of your great suggestions. Susan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [OT] - UCC/EAN Concatenated Code 128

2005-12-30 Thread Caminiti, Marc
I know that this isn't a U2 problem, but was hoping that someout could help out here. I am doing some programming on creating a label for FedEx SmartPost and they need a barcode type UCC/EAN Concatenated Code 128. I have the programming for the regular UCC/EAN (non-concatenated), but cannot

RE: [U2] [OT] - UCC/EAN Concatenated Code 128

2005-12-30 Thread George Gallen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Caminiti, Marc Sent: Friday, December 30, 2005 9:13 AM To: U2 Mailing List (E-mail) Subject: [U2] [OT] - UCC/EAN Concatenated Code 128 I know that this isn't a U2 problem, but was hoping that

RE: [U2] [OT] - UCC/EAN Concatenated Code 128

2005-12-30 Thread George Gallen
I found this which may be helpful. public static final char FNC1 = '\u00ca'; public static final char DEL = '\u00c3'; public static final char FNC3 = '\u00c4'; public static final char FNC2 = '\u00c5'; public static final char SHIFT = '\u00c6'; public static final char

[U2] INPUTDISP BASIC command

2005-12-30 Thread u2
Has anyone ever used this or seen it used? Why wouldn't you just use crt? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [OT] - UCC/EAN Concatenated Code 128

2005-12-30 Thread Larry Hiscock
Normally the FNC1 character is a GS (Group Separator) which is CHAR(29). I believe that the Zebra Programming Language (ZPL) will convert the string 8 to an FNC1 as well. Larry Hiscock Western Computer Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [U2] Need to create PS/PDF document with background image.

2005-12-30 Thread Glen Batchelor
I use html2ps (Perl) which allows you to include EPS in-line as original Postscript objects. You can make the page, as well as other HTML elements, background an EPS image. My forms are all HTML, so updating the formats and data is easy. --- Glen