RE: [U2] What is this error??

2007-09-21 Thread Stevenson, Charles
The words "CASE" & "editor"  jumped out at me just now as I perused the
UV release notes. 
I recalled the same two words figured prominently in a list question a
week ago.
Frankly, I don't understand any of it, let alone whether they're
related.
So just in (ahem)case:
___

Problems Fixed in UniVerse Release 10.1.1 (Build 8169)
Issue 
Number  Short Description
--  - 
  6446  A problem was discovered with the UniVerse editor when using the
CASE command. If you executed the command C/ABC/CASE, UniVerse
displayed a message. When executing SEQ/A/1/1, if the letter "A"
appeared in the record you were editing, UniVerse displayed a
message and exited the editor. These problems have been fixed.
___

-Original Message- 
From: Karen Bessel 
Sent: Thursday, September 13, 2007 9:04 AM 
To: u2-users@listserver.u2ug.org 

   In the Editor (UV ED): 
   : R/TREC/UPCASE(TREC 
   TCL Case sensitivity is ON 
   [990070]  Try "HELP". 

Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line. 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Tom Dodds
I have been singled out by the powers before, but usually after a few wines.

Tom

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: Thursday, September 13, 2007 3:15 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] What is this error??

I think it's just us, Tom. ;)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds
Sent: Thursday, September 13, 2007 3:29 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] What is this error??

In have the same problem with the editor some times, but it only happens
on
my Unix version and not on Windows.  The is Unix. (AIX 5.2.? uv 10.1.?)

>ED VOC 
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
TCL Case sensitivity is ON
[990070]  Try "HELP".
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE OFF
TCL Case sensitivity is OFF
>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
  Try "HELP".
Bottom at line 1.
: C/CASE IN/IN
  Try "HELP".
: EX
* Record changed.  OK to quit (Y) ?
0001: CASE IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>

But on Windows it works ok.  (XP SP@ and UV 10.1.11)


>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE
TCL Case sensitivity is ON
>CASE OFF
TCL Case sensitivity is OFF
>.X3
03 ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
:

Tom 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Womack, Adrian
Take a look at the ED code - it's in the BP of the uvhome account, named
ED.B

There's a bunch of code relating to CASE, and there's this mod line at
the top of the program:

06/01/03 E2835 LFD For 10.1 TCL Case Insensitivity project

So, I guess you can blame someone with the initials LFD ;)

But, what I can't believe is that some of you guys are still using ED.
Why? You must have access to something better than a line editor.

AdrianW














DISCLAIMER:
Disclaimer.  This e-mail is private and confidential. If you are not the 
intended recipient, please advise us by return e-mail immediately, and delete 
the e-mail and any attachments without using or disclosing the contents in any 
way. The views expressed in this e-mail are those of the author, and do not 
represent those of this company unless this is clearly indicated. You should 
scan this e-mail and any attachments for viruses. This company accepts no 
liability for any direct or indirect damage or loss resulting from the use of 
any attachments to this e-mail.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Karen Bessel
I think it's just us, Tom. ;)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds
Sent: Thursday, September 13, 2007 3:29 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] What is this error??

In have the same problem with the editor some times, but it only happens
on
my Unix version and not on Windows.  The is Unix. (AIX 5.2.? uv 10.1.?)

>ED VOC 
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
TCL Case sensitivity is ON
[990070]  Try "HELP".
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE OFF
TCL Case sensitivity is OFF
>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
  Try "HELP".
Bottom at line 1.
: C/CASE IN/IN
  Try "HELP".
: EX
* Record changed.  OK to quit (Y) ?
0001: CASE IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>

But on Windows it works ok.  (XP SP@ and UV 10.1.11)


>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE
TCL Case sensitivity is ON
>CASE OFF
TCL Case sensitivity is OFF
>.X3
03 ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
:

Tom 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Tom Dodds
In have the same problem with the editor some times, but it only happens on
my Unix version and not on Windows.  The is Unix. (AIX 5.2.? uv 10.1.?)

>ED VOC 
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
TCL Case sensitivity is ON
[990070]  Try "HELP".
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE OFF
TCL Case sensitivity is OFF
>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
  Try "HELP".
Bottom at line 1.
: C/CASE IN/IN
  Try "HELP".
: EX
* Record changed.  OK to quit (Y) ?
0001: CASE IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>

But on Windows it works ok.  (XP SP@ and UV 10.1.11)


>ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
: EX
* Record changed.  OK to quit (Y) ? Y
>CASE
TCL Case sensitivity is ON
>CASE OFF
TCL Case sensitivity is OFF
>.X3
03 ED VOC JJJ
New record.

: I
0001= CASE IN POINT
0002=
Bottom at line 1.
: C/CASE//
0001:  IN POINT
Bottom at line 1.
:

Tom 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Karen Bessel
Nopeas my original email said, UV editor all the way.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker
Sent: Thursday, September 13, 2007 12:38 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] What is this error??

Are you using some kind of TCL wrapper?

-Original Message-
From: Karen Bessel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] What is this error??

2007-09-13 Thread Louie Bergsagel
I couldn't reproduce that error in ED on a Pick-flavored UniVerse site.

I've always used C/old/new/ instead of R, but apparently they are synonyms.

A shorter command to type would be R//UPCASE(
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Jerry Banker
Are you using some kind of TCL wrapper?

-Original Message-
From: Karen Bessel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] What is this error??

2007-09-13 Thread Brenda Price
Haven't seen that before. Type "CASE OFF" and it should go back to
normal.

-Original Message-
From: Karen Bessel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 11:04 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] What is this error??

In the Editor (UV ED):



: R/TREC/UPCASE(TREC

TCL Case sensitivity is ON

[990070]  Try "HELP".



Does anybody know what is causing that error? It's very annoying and
causes me to have to re-type the whole line.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/