RE: [U2] [UV] determining what kind of record/file lock is blocking you

2005-05-19 Thread Perry Taylor
I think you can use the RECORDLOCKED() function. Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stevenson, Charles Sent: Thursday, May 19, 2005 1:49 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] determining what kind of record

[U2] [UV] Detecting Command-line Arguments to uv

2005-05-06 Thread Perry Taylor
phantom with IF @TTY = phantom... but cannot find a way to detect if any arguments were specified. Any suggestions? Perry Taylor Zirmed, Inc. 502-473-7709 ext 392 CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may cont

RE: [U2] UDT SYSTEM(49) = UV ???

2005-04-07 Thread Perry Taylor
C, 1] 0035IF CH = '/' OR CH = '\' THEN EXIT 0036 0037CALLSTK = CH: CALLSTK 0038 0039 NEXT NC 0040 0041 END ELSE 0042 0043 CALLSTK = DELETE(CALLSTK, AMC) 0044 0045 END 0046 0047 NEXT AMC Hope this helps

RE: [U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
TRANSACTION - Original Message - From: "Perry Taylor" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 01, 2005 9:39 AM Subject: [U2] [UV] Transaction Compile Failure I have an archiving program that I am porting from another platform which I cannot get to compile on UniVerse. I

RE: [U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
Correction to the code listing... All RETURNS should be CONTINUEs. Appologies, Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, February 01, 2005 8:40 AM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] Transaction

[U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
e END from END TRANSACTION to satisfy IF @TRANSACTION THEN but not sure about that. Anyone have any ideas on what's going on here? Thanks. Perry Taylor -- ERRMSG = '' REC.ID = '' OPEN 'H

[U2] [AD] Employment Opportunity

2005-01-21 Thread Perry Taylor
ZirMed is the preeminent Web-based healthcare transaction services company in the country, as evidenced by our ongoing explosive growth. We are seeking a highly skilled individual to fill a Senior Multi-Value Developer position in our Information Technology Department. This position is a full-time

RE: [U2] How to "exit" out mulitple loops?

2005-01-10 Thread Perry Taylor
How about... FOR T = 1 TO 10 COMPLETED = 0 FOR Q = 1 TO 6 UNTIL COMPLETED FOR X = 1 TO 9 UNTIL COMPLETED IF ?? THEN COMPLETED = 1 NEXT X NEXT Q NEXT T Perry Taylor Zirmed, Inc. -Original Message- From

RE: [U2] XP's telnet with UV 10

2004-10-28 Thread Perry Taylor
ng example uses /u1/uv for the UniVerse home directory and vt100 as the terminal type. Substitute in the correct information for your system. cd /u1/uv/sample /u1/uv/bin/uvtidc vt100 > myvt100 vi myvt100 within vi, search for the string ( /$<5> ) and delete all ocurrances. /u1/uv/bin/uvtic

[U2] [UV] LOGOFF Equivalent

2004-10-01 Thread Perry Taylor
Can someone tell me what the best method is for gracefully terminating a Universe program? Something equivalent to a Pick LOGOFF ? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and

RE: [U2] [UV] Max Files Per Directory

2004-10-01 Thread Perry Taylor
I, too, agree with Stephen. We use file variables in named common extensively. However, we have a few processes, CGI's in particular, that launch anew each time they are invoked which makes named common of little use for this purpose. Thanks to all for the info. Perry -Original Message---

[U2] [UV] Max Files Per Directory

2004-09-28 Thread Perry Taylor
I've heard some discussions in the past regarding limiting the number of files per directory to help OPEN performance. Does anyone have any real-world experience on what a reasonable limit might be on a *nix file system? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e

RE: [U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Update: A little experimentation proved that -64BIT did the trick! (Too obvious :[ ) Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Friday, September 10, 2004 9:07 AM To: [EMAIL PROTECTED] Subject: [U2] 64BIT Option with

[U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Does anyone happen to know the syntax to specify a 64-bit file be created using mkdbfile? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged

RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Perry Taylor
Looks like an R VOC record is the ticket! Thanks to all who responded! Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Monday, August 09, 2004 9:04 AM To: U2-Users List Subject: [U2] Paragraphs in Files Other Than VOC Is it

[U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Perry Taylor
Is it possible to store paragraphs in files other than the VOC? I'm looking for a way to not clutter up the VOC with paragraphs... something like can be done with PROCs. Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is fo

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread Perry Taylor
] Subject: Re: [U2] [UV] 10.x File Triggers Search the list archives. There's a bunch of stuff out there. This is a good place to start: http://www.indexinfocus.com/dl/u2list/200210/40370.html On Mon, 2004-08-02 at 09:09, Perry Taylor wrote: > Does anyone know of a good discussion of or h

[U2] [UV] 10.x File Triggers

2004-08-02 Thread Perry Taylor
r. Thanks. Perry Taylor CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. ZirMed, Inc. has stric

<    1   2   3