[U2] XLr8 User Comments [ad]

2012-01-09 Thread Doug Averch
Here is a sample list of our what our customers say:

The install was very smooth.
I trust your technology more than Rocket's, so I'll stick with what I know
works.
'I can demonstrate the advantages of XLr8 to others here...
Thanks Doug, works like a charm!

Try your own copy of XLr8 for Universe or Unidata.
Whether the editor, resizer, installer or the web developer,
be your own judge for what XLr8 Tools from U2logic can do for you.

Pricing starts at $49.00 per year per workstation for the XLr8Editor and
$99.00 for the other tools.
We update the tools at least every 3 to 4 weeks, so you know you will
always be up with current technology.

Regards,
Doug
www.u2logic.com/tools.html
Trial licenses are available
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Uniobjects and Record Locking

2012-01-09 Thread Bill Haskett

Done!  :-)

Thanks,

Bill


- Original Message -
*From:* wterh...@rocketsoftware.com
*To:* U2 Users List u2-users@listserver.u2ug.org
*Date:* 1/8/2012 7:17 PM
*Subject:* Re: [U2] Uniobjects and Record Locking

Just open a support case and email the test case...
thanks

Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2




-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
Sent: Sunday, January 08, 2012 7:46 PM
To: U2 Users List
Subject: Re: [U2] Uniobjects and Record Locking

Wally:

I can even re-create this (amazing isn't it?).  :-)   I'm here all day
tomorrow after 10:30am PST.  I can call you, if you'd like.

Bill


- Original Message -
*From:* wterh...@rocketsoftware.com
*To:* U2 Users Listu2-users@listserver.u2ug.org
*Date:* 1/8/2012 1:06 PM
*Subject:* Re: [U2] Uniobjects and Record Locking

UniData record locks are tied to a file variable. So if a file is opened in 
named common, a lock could persist after a subroutine exits. Of course, it 
would show up in LIST.READU...

The behavior Bill describes doesn't make sense to me. Would love to see a small 
test case demonstrating what he describes.

Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2




-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
Sent: Sunday, January 08, 2012 12:48 PM
To: U2 Users List
Subject: Re: [U2] Uniobjects and Record Locking

John:

As a note, we've been programming in web paradigms for many years, and we 
mostly understand the difference between non-persistent web connections and 
persistent telnet connections.

None of our activities does anything except gather data and submit to UO for 
almost instantaneous results, whereupon the results is returned to the web.  
These are all momentary connections and no LOCKING occurs except within the 
context of a momentary update.  So, the user calls the web server, a UO 
connection is either reused or created to connect to the dbms, a subroutine is 
run and ends (which, of course, should release all locks within the subroutine 
(unless doing something like a WRITEU which we never do - we're old-school in 
that regard), the the web call is closed and data returned by the UO connection 
is returned to the user in another web page, and the web connection is closed.

I think what's important to note is a LIST.READU  ALL shows the lock when AE has the 
record edited and the BASIC LOCKED clause is taken on a momentary UO connection.  When AE exits the 
record LIST.READU  ALL no longer shows any record locks but the BASIC LOCKED clause on 
a subsequent UO connection is still taken as though the record is locked only if the UO connection 
where the lock occured is reused.  If a new UO connection is used (due to timeouts or manually 
killing the original UO
connection) the BASIC LOCKED clause is __NOT__ taken.

Thanks,

Bill

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Don
When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning
messages such as uninitialized variables gave the line number in program. I
just installed UD 7.2 for Windows and the warning messages just give the
message no line number.

 

Am I missing some secret config option?

 

I should mention I'm also running SB 6.1.

 

Any help would be greatly appreciated.

 

Thanks,

Don Verhagen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Robert Houben
Your programs were not compiled with debugging info, so there are no line 
numbers in them.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don
Sent: January-09-12 3:53 PM
To: U2 Users List
Subject: [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning 
messages such as uninitialized variables gave the line number in program. I 
just installed UD 7.2 for Windows and the warning messages just give the 
message no line number.



Am I missing some secret config option?



I should mention I'm also running SB 6.1.



Any help would be greatly appreciated.



Thanks,

Don Verhagen



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Bill Haskett

Don:

I'm running UD v7.2.12 and I get the line#.

Bill


- Original Message -
*From:* u2-us...@southeast-florida.com
*To:* U2 Users List u2-users@listserver.u2ug.org
*Date:* 1/9/2012 3:52 PM
*Subject:* [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning
messages such as uninitialized variables gave the line number in program. I
just installed UD 7.2 for Windows and the warning messages just give the
message no line number.



Am I missing some secret config option?



I should mention I'm also running SB 6.1.



Any help would be greatly appreciated.



Thanks,

Don Verhagen



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Wally Terhune
Run ECL HUSHBASIC OFF
May be set ON in SB+


Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2



-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don
Sent: Monday, January 09, 2012 4:53 PM
To: U2 Users List
Subject: [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning 
messages such as uninitialized variables gave the line number in program. I 
just installed UD 7.2 for Windows and the warning messages just give the 
message no line number.

 

Am I missing some secret config option?

 

I should mention I'm also running SB 6.1.

 

Any help would be greatly appreciated.

 

Thanks,

Don Verhagen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users