Re: [U2] Barcode Software for UniVerse?

2010-02-25 Thread Robert Porter
 
Which languages are supported will depend on the model number of the Zebra... 
For example,  A (T)LP-2844 will only have ELP, while a (T)LP-2844-Z will have 
ZPL and ZPL II.
 
Robert
 
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
 
 Lappies lapp...@tecfinity.co.za 2/25/2010 1:06 AM 
When Printing to Zebra printers you can either use EPL or ZPL.
Here is a EPL sample, I do have ZPL code available aswell.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UniObjects Time Zone Settiing on Unix

2010-02-25 Thread Doug Farmer
Good morning all.

I have an interesting situation.  This is UniData running on a Unix
Machine. Every time I access the current time in a subroutine called by
UniObjects, I am get Greenwich Mean Time returned, not the correct time
based on the time zone.  This is using the basic command TIME().  When
I enter TIME at TCL, I get the correct time.

I am assuming the time zone setting did not get picked up when the
unirpcd daemon started.  I cannot remember how this is started, and what
I need to do to get it to pick up the right time zone.

Any help is appreciated!

Thanks

Doug


This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software Corporation or any other 
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Barcode Software for UniVerse?

2010-02-25 Thread Jeff Schasny

I'd like to see your ZPL example please.

Thanks

Lappies wrote:

When Printing to Zebra printers you can either use EPL or ZPL.
Here is a EPL sample, I do have ZPL code available aswell.


0016: **
0017: *
0018: * Barcode Format
0019: * --
0020: *
0021: * Syntax : P1 , P2 , P3 , P4 , P5 , P6 , P7 , P8, DATA
0022: * eg : PRINT 'B100,50,0,3,1,3,85,B,':VALX:''
0023: *
0024: *  P1 = Horizontal Start
0025: *  P2 = Vertical Start
0026: *  P3 = Rotation   (O=None , 1=90  , 2=180)
0027: *  P4 = BarCode Type (3,3C,9,1,2,2C,K) eg
  * 3 = Code 39  * For 128 Use type 1 or
1E
0028: *  P5 = Narrow Bar Width
0029: *  P6 = Wide Bar Width
0030: *  P7 = Bar Code Hight in Dots
0031: *  P8 = Print Human Readable Code (B=Yes, N=No)
0032: *
0033: **
0034: *
0035: * Text Format
0036: * 
0037: *
0038: * Syntax : P1 , P2 , P3 , P4 , P5 , P6 , P7, TEXT TO PRINT
0039: * eg : PRINT 'A100,50,0,2,1,1,85,N,':VARIABLE:''
0040: *
0041: *  P1 = Horizontal Start
0042: *  P2 = Vertical Start
0043: *  P3 = Rotation   (O=None , 1=90  , 2=180)
0044: *  P4 = Font Selection (1-5)
0045: *  P5 = Horizontal Expand (1-8)
0046: *  P6 = Vertical Expand (1-9)
0047: *  P7 = N=Normal , R=Reverse Angle
0048: *
0049: **
0050: 
0095:  PRINTER ON
0096:  PRINT N
0097:  PRINT S3 ; * Speed to print at between 1 and
8
0098:  PRINT Q200,18; * Label length plus Gap size
0099:  PRINT q800 		; * Label width  PS! mm * 8 
0099: *

0100:  PRINT 'A40,0,0,3,1,1,N,COMPANY NAME'
0101:  PRINT 'B20,20,0,3,1,3,50,B,':PART.NO:''
0102:  PRINT 'A20,110,0,2,1,1,N,':RETAIL.PRICE:''
0103:  PRINT 'A20,130,0,2,1,1,N,':BIN.CODE:''
0104:  PRINT 'A20,155,0,2,1,1,N,':DESCRIPTION:''
0111: *
0112:  PRINT P:NO.OF.LABELS
0113:  PRINTER OFF  ;  PRINTER CLOSE


Lappies Labuschagne
Tecfinity
8 Osborn Lane, Ground Floor, Bedfordview, Germiston, South Africa.


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood
Sent: 24 Februarie 2010 07:31 PM
To: U2 Users List
Subject: Re: [U2] Barcode Software for UniVerse?


I won't claim it's the best, just the one we've used for years -
BarTender 
Download free eval copy here:

http://www.seagullscientific.com/aspx/btw_down.aspx


-Original Message-

Can anyone recommend software to print UCC128 labels from UniVerse?  We
are
using Sato and Zebra printers.  I am looking for software that allows us
to
easily design and print lables.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

  


--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniObjects Time Zone Settiing on Unix

2010-02-25 Thread Boydell, Stuart
AFIK, it's dependant on the login ID used by UniObjects picking up the
correct TZ info.
Check the unix TZ environment variable for the UniObjects login profile.
Check your unix doco for locale  TZ.
Hope that help,
Stuart Boydell

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Farmer
Sent: Friday, 26 February 2010 02:50
To: U2 Users List
Subject: [U2] UniObjects Time Zone Settiing on Unix

Good morning all.

I have an interesting situation.  This is UniData running on a Unix
Machine. Every time I access the current time in a subroutine called by
UniObjects, I am get Greenwich Mean Time returned, not the correct time
based on the time zone.  This is using the basic command TIME().  When
I enter TIME at TCL, I get the correct time.

I am assuming the time zone setting did not get picked up when the
unirpcd daemon started.  I cannot remember how this is started, and what
I need to do to get it to pick up the right time zone.

Any help is appreciated!

Thanks

Doug


This e-mail is for the use of the intended recipient(s) only. If you
have received this e-mail in error, please notify the sender immediately
and then delete it. If you are not the intended recipient, you must not
use, disclose or distribute this e-mail without the author's prior
permission. We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own
virus checks on any attachment to this message. We cannot accept
liability for any loss or damage caused by software viruses. Any views
and/or opinions expressed in this e-mail are of the author only and do
not represent the views of Epicor Software Corporation or any other
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au
Please consider our environment before printing this email.
**
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniObjects Time Zone Settiing on Unix

2010-02-25 Thread Wally Terhune
Inherited from root user env settings when unirpcd is launched (typically via 
'startud').
We have also seen problems when customers have modified the startunirpcd script.

Wally Terhune
U2 Support Architect
Rocket Software
4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart
Sent: Thursday, February 25, 2010 3:31 PM
To: U2 Users List
Subject: Re: [U2] UniObjects Time Zone Settiing on Unix

AFIK, it's dependant on the login ID used by UniObjects picking up the
correct TZ info.
Check the unix TZ environment variable for the UniObjects login profile.
Check your unix doco for locale  TZ.
Hope that help,
Stuart Boydell

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Farmer
Sent: Friday, 26 February 2010 02:50
To: U2 Users List
Subject: [U2] UniObjects Time Zone Settiing on Unix

Good morning all.

I have an interesting situation.  This is UniData running on a Unix
Machine. Every time I access the current time in a subroutine called by
UniObjects, I am get Greenwich Mean Time returned, not the correct time
based on the time zone.  This is using the basic command TIME().  When
I enter TIME at TCL, I get the correct time.

I am assuming the time zone setting did not get picked up when the
unirpcd daemon started.  I cannot remember how this is started, and what
I need to do to get it to pick up the right time zone.

Any help is appreciated!

Thanks

Doug


This e-mail is for the use of the intended recipient(s) only. If you
have received this e-mail in error, please notify the sender immediately
and then delete it. If you are not the intended recipient, you must not
use, disclose or distribute this e-mail without the author's prior
permission. We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own
virus checks on any attachment to this message. We cannot accept
liability for any loss or damage caused by software viruses. Any views
and/or opinions expressed in this e-mail are of the author only and do
not represent the views of Epicor Software Corporation or any other
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au
Please consider our environment before printing this email.
**
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How do associations, @NS and @NV work in UniData Dictionaries?

2010-02-25 Thread Dan McGrath
Does anyone have a quick example of how Associations, @NS and @NV work
in UniData?

 

I'm trying to work out associations in dictionary items but cannot get
them to do anything.

 

For example, in a record

 

1,1 = A

1,2 = B

2,1 = Apple

2,2 = Banana

 

I created 3 dictionary items. LETTER and FRUIT, COMBO as follows

 

LETTER:

1 = D

2 = 1

3 = 

3 = Letter

4 = 6L

5 = M

6 = COMBO

 

FRUIT:

1 = D

2 = 1

3 = 

3 = Letter

4 = 6L

5 = M

6 = COMBO

 

COMBO:

1 = PH

2 = LETTER FRUIT

 

Doing a 'LIST LETTER FRUIT' or 'LIST COMBO' has no difference to when
LETTER and FRUIT do not have an association declared in 6.

 

At this point I thought it might group multivalues together when
SELECTing so I created another record as such:

 

1,1 = A

1,2 = B

2,1 = Banana

2,2 = Apple

 

Doing 'SELECT MyFile WITH LETTER = A and FRUIT = Apple' selects both
records, so that cannot be it either.

 

I then tried changing LETTER to be:

 

1 = I

2 = EXTRACT(@RECORD,1,@NV,1);EXTRACT(FRUIT,1,@NV,1);@1: (:@2:) :
@NS

3 = 

3 = Letter

4 = 6L

5 = M

6 = COMBO

 

Hoping it that a `LIST MyFile LETTER` would bring back all the different
letters with their associated fruit in parentheses. That didn't work
either as now LETTER only ever displayed the first Multivalue instead of
all of them. For Eg:

 

LIST MyFile LETTER 14:05:22 26 FEB 2010 1

MyFile LETTER..

 

RECORD2A (Banana)1

RECORD A (Apple)1

2 records listed

 

 

The manuals don't go any further then saying the word association. Is
anyone able to clarify this for me?

 

Thanks!

Dan

 

 

PS: The question is also posted here:
http://stackoverflow.com/questions/2339276/how-do-associations-ns-and-nv
-work-in-unidata-dictionaries


###
The information transmitted in this message and attachments (if any) is 
intended only
for the person or entity to which it is addressed. The message may contain 
confidential
and/or privileged material.  Any review, retransmission, dissemination or other 
use of
or taking of any action in reliance upon this information by persons or 
entities other
than the intended recipient is prohibited.  If you received this in error, 
please
contact the sender and delete the material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or 
distribute
the information contained in this e-mail and any attached files with the 
permission of IMB.
###
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users