RE: [U2] [UV] Custom Conversion

2005-01-22 Thread Dan Fitzgerald
Yep. I added a table driven case statement just before the case 1 when I learned that 3M 3m MMM Mmm mmm Minnesota Mining and Manufacturing Minnesota Mining Manufacturing Mfg etc. Were all the same customer. Our greatest duty in this life is to help others. And

RE: [U2] Universe 10 fnuxi problem

2005-01-22 Thread Adrian Matthews
You cannot move files with triggers between platforms that require a fnuxi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Falck Sent: 21 January 2005 23:53 To: u2-users@listserver.u2ug.org Subject: [U2] Universe 10 fnuxi problem I need to move some

RE: [U2] Universe 10 fnuxi problem

2005-01-22 Thread Kevin P Lynch
Jay, try using uvbackup and uvrestore to move the files, it handles the conversions itself, it usually works like a charm. if they are on very different universe releases you may need to back them up using the release options (check the doc on the release options for uvbackup, it's fairly clear)

RE: [U2] Universe 10 fnuxi problem

2005-01-22 Thread Kevin P Lynch
Jay, I forgot to mention , you do need to fnuxi the actual uvbackup compressed file before moving it to the windows machine and unpacking it kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Falck Sent: Friday, January 21, 2005 6:53 PM To:

RE: [U2] [UD] i-desc mystery

2005-01-22 Thread Stevenson, Charles
-Original Message- From: Ray Wurlod Subject: RE: [U2] [UD] i-desc mystery Does UniData have the same MV handling functions as UniVerse? The OP specified [UD] in the subject line. I just watched The Fog of War video of Robert MacNamara's (US Secretary of Defense in 1960s)

RE: [U2] [UD] i-desc mystery

2005-01-22 Thread Shawn Waldie
Thanks, Charles. I should have known betterthe CATS function just came to mind. I assumed that since XPTD.POSITION.ID was defined as mv'd, the system would handle that aspect of it. -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005

Re: [U2] How to exit out mulitple loops?

2005-01-22 Thread CWNoah2
Will, The computer doesn't care either way, but, if abort.flag may contain one of several different values, as opposed to boolean (true or false), then abort.flag 0 would be a little more self documenting. Just a thought... Regards, Charlie Noah [EMAIL PROTECTED] (mailto:[EMAIL

[U2] RE: U2] UV-piopen TRANS function

2005-01-22 Thread Stevenson, Charles
Lastly, if you use the REMOVE function within your code, instead of resetting the pointer, just use a temporary variable so that the position of the pointer in the passed in argument is both irrelevant and unchanged. That way you don't inadvertantly affect a piece of code that's working

Re: [U2] How to exit out mulitple loops?

2005-01-22 Thread FFT2001
In a message dated 1/22/2005 8:54:56 AM Pacific Standard Time, [EMAIL PROTECTED] writes: The computer doesn't care either way, but, if abort.flag may contain one of several different values, as opposed to boolean (true or false), then abort.flag 0 would be a little more self