RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread Brian Leach
George Can I ask you to write this up as a short article for the U2UG knowledge base. It's the kind of useful information we're looking for :) In case you haven't visited, you can find it at: www.mvopen.org/kb There's also a link from the U2UG website. Thanks, Brian -Original

RE: [U2] Question about a dictionary item

2006-06-29 Thread Jeff Flynt
Hi Pam, I am guessing you are on Unidata and probably a Datatel client, and if so, many of the suggested methods won't work as they are designed for Universe. The i-desc below should work for you. It returns your number 073102. More over, it returns any number of numbers depending on how many

Re: [U2] Question about a dictionary item

2006-06-29 Thread Pamela J Robbins
There could be other numbers within the attribute. I should have said earlier, but we're running Universe. Kevin King wrote: Is there any other number in there? If not, why not simply use the MCN conversion? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original

Re: [U2] Question about a dictionary item

2006-06-29 Thread Pamela J Robbins
Thanks, the 15 second I-Descriptor worked perfectly for me in Universe. Pam gerry-u2ug wrote: A 15 second I-Descriptor : NOTES[INDEX(NOTES,COMBO YS ,1)+9,6] If the length of the data you are after is variable to the end of the field NOTES[INDEX(NOTES,COMBO YS ,1)+9,99]1,1 Or

Re: [U2] Question about a dictionary item (2nd question)

2006-06-29 Thread Pamela J Robbins
If I want to reference this with a dictionary item in a second file, can I do that? I tried setting up an S type NOTES entry in the DICT item for the second file with the conversion set up as T1,6}TFILENAME;X;44;44 and then tried using the code below for an I descriptor, but it couldn't

RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread George Gallen
I suppose I could. However, it's not my code. Does anyone know if David Church is still on the list? and if lurking, do you have a problem with it? George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Leach Sent: Thursday, June 29, 2006 3:46

RE: [U2] Question about a dictionary item (2nd question)

2006-06-29 Thread gerry-u2ug
Off the top, modify the I-Descriptor to be : TRANS(OTHERFILE,NOTES,-1);@1[INDEX(@1,COMBO YS ,1)+9,6] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pamela J Robbins Sent: June 29, 2006 09:54 To: u2-users@listserver.u2ug.org Subject: Re: [U2]

[U2] [UV] What is wrong with this OCONV?

2006-06-29 Thread David Wolverton
I am tring to get Hex data back for a URL encode... What is wrong with this statement: X = OCONV(,,MX) X is being returned as , instead of the Hex Value of , - 2C What am I missing -- this seems fine on UniData - But UniVerse isn't working... 'Still a UniVerse Newbie'... David W. ---

RE: [U2] [UV] What is wrong with this OCONV?

2006-06-29 Thread Peter Veenhof
H this works fine for me on Universe 10.1.11 in a PICK flavored account. I get X = 2C... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Thursday, June 29, 2006 1:20 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] What is

RE: [U2] [UV] What is wrong with this OCONV?

2006-06-29 Thread David Wolverton
Found it... Should be X = OCONV(,,MX0C) Thanks! DW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Thursday, June 29, 2006 12:20 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] What is wrong with this OCONV? I am

[U2] Error 81002...

2006-06-29 Thread Rodrigo Girlando
Hi, Anyone konws what the error number *81002 *in Universe means? Thanks Rodrigo --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Error 81002... {Unclassified}

2006-06-29 Thread HENDERSON MIKE, MR
CT SYS.MESSAGE 081002 081002 0001 unirpc: No Connection 0002 -Original Message- From: [EMAIL PROTECTED] On Behalf Of Rodrigo Girlando Sent: Friday, 30 June 2006 08:56 To: u2-users@listserver.u2ug.org Subject: [U2] Error 81002... Hi, Anyone konws what the error number

RE: [U2] [UV] What is wrong with this OCONV?

2006-06-29 Thread Stuart . Boydell
Could I suggest you have a look at this program - it might do what you want: http://www.pickwiki.com/cgi-bin/wiki.pl?URLEncode Regards, Stuart __ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On