RE: [UV] paragraph labels

2004-02-20 Thread Bob Witney
0001: IF @LOGNAME NE 'FRED' THEN GO OUT : .X BAS BOB filed in file BP. Executing the command BASIC BP BOB. Compiling: Source = 'BP/BOB', Object = 'BP.O/BOB' * Label 'OUT' not defined 1 Errors detected, No Object Code Produced Are you sure there not an include somewhere and this is set

RE: [UV] Very slow SQL query

2004-02-20 Thread Cesar Riba
Hello Björn I build the index and the result is equal. Tanks. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Björn Eklund Enviado el: jueves, 19 de febrero de 2004 17:41 Para: 'U2 Users Discussion List' Asunto: SV: [UV] Very slow SQL query

Re: [UV] paragraph labels

2004-02-20 Thread Martin Phillips
This is just plain, simple bad programming. In a paragraph, jumping to an undefined label terminates the paragraph. It is totally unsafe to use this as a nifty way to end because someone might later add the label for some other meaning in the same paragraph. In a Basic program, as one responder

RE: [UV] Very slow SQL query

2004-02-20 Thread Brian Leach
César, So the problem is not joins or indices. So it must be somewhere else :-) 1. If you use a SORT command, is that as slow? SORT CCMLIAL BY EMP BY ALBA BY NUMLIN WITH EMPABLA = 1*05236 PEDIDO REFART DESART CANDIDAD CANTMODALB NOPAGE 2. If it is, what are these fields doing? Are they Data

RE: @SPAM+++++++++

2004-02-20 Thread Anthony Youngman
Doesn't time fly! I can (just about) remember when 1c == 1d. That really DOES go back! Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Charrington Sent: 20 February 2004 10:25 To: U2 Users Discussion List Subject: RE: @SPAM+

RE: version control software (AD for PRC)

2004-02-20 Thread Susan Joslyn
There've been a few people post about the way their company has wrapped a unix or other outside 'change control tool'. I think these are interesting and I admire the technicality that goes into that approach. And I appreciate their sharing it, here. But it stimulates in me a rather wild and

uvbackup

2004-02-20 Thread Claus Derlien
Hi, Can anyone help me with the proper syntax for this problem : I want to backup a single uv file (DYNAMIC) and compress it with gzip in one go, i have no problems doing it in two steps like this : /usr/uv/bin/uvbackup -f -v -l TEST /data1/MEMBERSHIP/GM.MEDLE /backup/GM.MEDLE gzip -9

RE: version control software (AD for PRC)

2004-02-20 Thread Claus Derlien
Susan Joslyn wrote: AD WARNING: Following is a blatant PRC brag and sales pitch thinly disguised as a technical discussion of its approach. (But I will stick with the main technical differences ... unless you want more, then e.mail me!) He he... nvm the bad disguised shameless ad, your product

RE: uvbackup

2004-02-20 Thread Claus Derlien
Original Message- From: Anthony Youngman [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:04 PM To: U2 Users Discussion List Subject: RE: uvbackup Replace the file concatenate symbol with the pipe symbol |, and then follow that directly with the gzip command.

RE: [OT] Looking for U2 owners in northern suburbs PA, USA

2004-02-20 Thread Daly, Mark
pickjobs.net -Original Message- From: Mark Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:20 PM To: U2 Users Discussion List Subject: Re: [OT] Looking for U2 owners in northern suburbs PA, USA go to pickjobs.com. there's one in wilkesbarre. -- u2-users mailing

wIntegrate Lookup Box

2004-02-20 Thread lslingford
All, I am a little green with using wintegrate so please bear with me. I am trying to populate a lookup box with a list using WIN.LOOKUP on V3.0.7. I get a script error if the list is too big for the box it appears. Any thoughts would be appreciated. Thanks, Les -- u2-users mailing list

Unicode for System Builder

2004-02-20 Thread TJobe
Does anyone have knowledge or experience of using UniData double byte and SB+ to implement an application in Chinese? Does SB+ support Unicode? Thanks ...OLE_Obj... Tom Jobe Database Administration Group Yamanouchi Consumer, Inc. 4747 Willow Rd Pleasanton, CA 94588 Phone: (925) 924-2156 Fax:

Re: Unicode for System Builder

2004-02-20 Thread Peter Gonzalez
i'm looking for the same thing, but for straight Unidata code. At 08:31 AM 2/20/04 -0800, you wrote: Does anyone have knowledge or experience of using UniData double byte and SB+ to implement an application in Chinese? Does SB+ support Unicode? Thanks ...OLE_Obj... Tom Jobe Database

RE: Unicode for System Builder

2004-02-20 Thread Kevin King
Didn't we just see this same message from Bruce @ YCI (same company)? You might check w/ Bruce to see if he received any offline info. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:32 AM To: [EMAIL

Re: wIntegrate Lookup Box

2004-02-20 Thread Bryan Thorell
I think there is a 32k limit on the size of a variable in v3 of wIntegrate. [EMAIL PROTECTED] wrote: All, I am a little green with using wintegrate so please bear with me. I am trying to populate a lookup box with a list using WIN.LOOKUP on V3.0.7. I get a script error if the list is too big

RE: UniVerse and Backup Exec

2004-02-20 Thread Gwen Buck
snip Excellent write up Tom. This is a keeper email. Thanks, -Doug snip Yes, Tom. The Windows SharedSection registry tweak write-up was great. I apologize for neglecting to acknowledge it sooner! Thank you, Gwen Buck -- u2-users mailing list [EMAIL PROTECTED]

RE: recursive values

2004-02-20 Thread Peter Olson
is this one record or two records ? Notice of Confidentiality: The information included and/or attached in this electronic mail transmission may contain confidential or privileged information and is intended for the addressee. Any unauthorized disclosure, reproduction, distribution or the

RE: recursive values

2004-02-20 Thread Dave Davis
You mean repeating values. You have BY-EXP don't you? From: [EMAIL PROTECTED] on behalf of Dave Raven Sent: Fri 2/20/2004 2:03 PM To: [EMAIL PROTECTED] Subject: recursive values I am using Universe and am looking for a way to have recursive values in my

RE: recursive values

2004-02-20 Thread José Luis Gutiérrez de la Peza
Did you tried with the REUSE en the dictionary ? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Dave Raven Enviado el: viernes, 20 de febrero de 2004 13:03 Para: [EMAIL PROTECTED] Asunto: recursive values I am using Universe and am looking for a way

RE: recursive values

2004-02-20 Thread Jefferson, Jim
snip report name... street ... city Raven 1234 IRVINE A STREET Would like this name... street ... city Raven 1234 IRVINE Raven A STREET IRVINE /snip BY.EXP STREET would separate your MV'd street field unacceptably. A quick dirty would be to create I-Types for

RE: Damaged files

2004-02-20 Thread alfkec
John; There are a couple of tools for file repair that I miss from D3. The good thing is I don't have to worry about it much :-). 1. Yes, I at least hope you wrote a program to do that all for you. Generally, I copy the file at the OS level (after making sure no one will access it etc). I then

RE: UniData 6.0.b Clients - now on PE download site

2004-02-20 Thread James Canale, Jr.
Does anyone have a list of the new features or bug fixes for 6.0b? It seems that each individual product (UniDK, UniAdmin, etc.) each has its own version number so it doesn't really specify what has changed from 6.0. Thanks. Regards, Jim I had the current clients posted on the PE site to

RE: Unidata, Monitoring system parameters

2004-02-20 Thread Scott Richardson
Date: Thu, 19 Feb 2004 18:50:24 +1100 From: Ken Wallis [EMAIL PROTECTED] Subject: RE: Unidata, Monitoring system parameters James Hogan wrote: From time to time we have customers who break a Unidata parameter and the program they are running will crash with errors such as No more entries in