[U2] Wiki

2009-10-27 Thread Bill Haskett
I've been trying to add something to the U2 wiki but am unable to get 
the document located in the correct category within the wiki.  I've read 
the instructions but they're of little help.  Editing other pages don't 
help either.  Looking up the wiki markups on the internet doesn't help much.


When looking at the wiki structure I see it seems to be out of 
structure, which means others are having similar problems.  It was easy 
to add a page but nearly impossible to properly insert it into the 
category structure of the wiki.


Any help would be appreciated.

Thanks,

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


Re: [U2] AccuTerm Multi-line ENTER key action

2009-10-27 Thread Robert Porter
Yes please... 
 
Thanks,
Rob

>>> Bill Haskett  10/27/2009 1:07 PM >>>
Robert:

I have a BASIC program that builds an AccuTerm input box and allows data 
entry.  I call this program from my normal programs.

If you're still interested I can post the AccuTerm program and the call 
to it.

Bill


Robert Porter said the following on 10/27/2009 8:34 AM:
> Working on a new GUI dialog box with a multi-line text entry field, and I'd 
> like the  key to simply move to the next line and not activate the 
> default action button... The help file reads:
>  
> "Normal- the Enter key adds lines to multiline edit controls, actuates 
> (clicks) an active command buttonor actuates the "OK" button, if one is 
> present."
>  
> That's sounds like what I want, and Normal is selected... but when I hit 
> enter it exec's the default button. I have to hit Shift-Enter to move to the 
> next line. I'd like to change this as I don't want to have to have them train 
> 300+ pathologists, med-tech, mlts, csr-techs, phlebs, etc. (most of whom are 
> not computer savvy) about shift-enter.
>  
> I've tried the other 2 options and they change it to act like tab... also not 
> what I want.
>  
> Any ideas?
>  
> TIA,
> Rob
>  
>  
>
> Robert F. Porter, MCSE, CCNA, ZCE
>
> Lead Sr. Programmer / Analyst
> Laboratory Information Services
> Ochsner Health System
___
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] Count tab characters

2009-10-27 Thread Bill Haskett



Colin:

You know what they say...

"In Linux the easy is hard but the hard is possible.  In Windows the 
easy is easy and the hard is $99.95.":-)


Bill


Colin Jennings said the following on 10/27/2009 6:01 AM:
Yes, sometimes it seems as though the meek may indeed inherit the 
world - and then something like this comes along and you realise that 
the average Joe will simply never understand...  :-)



Nice!


tr -d '\n' < myfile | sed 's/[^\t]//g' | wc -c



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


Re: [U2] AccuTerm Multi-line ENTER key action

2009-10-27 Thread Bill Haskett

Robert:

I have a BASIC program that builds an AccuTerm input box and allows data 
entry.  I call this program from my normal programs.


If you're still interested I can post the AccuTerm program and the call 
to it.


Bill


Robert Porter said the following on 10/27/2009 8:34 AM:

Working on a new GUI dialog box with a multi-line text entry field, and I'd like the 
 key to simply move to the next line and not activate the default action 
button... The help file reads:
 
"Normal- the Enter key adds lines to multiline edit controls, actuates (clicks) an active command buttonor actuates the "OK" button, if one is present."
 
That's sounds like what I want, and Normal is selected... but when I hit enter it exec's the default button. I have to hit Shift-Enter to move to the next line. I'd like to change this as I don't want to have to have them train 300+ pathologists, med-tech, mlts, csr-techs, phlebs, etc. (most of whom are not computer savvy) about shift-enter.
 
I've tried the other 2 options and they change it to act like tab... also not what I want.
 
Any ideas?
 
TIA,

Rob
 
 


Robert F. Porter, MCSE, CCNA, ZCE

Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System

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


Re: [U2] uniObjects and PAM

2009-10-27 Thread bradley . schrag
Thanks for the quick reply, Wally.

> 
> PAM support for UO is provided at UniData 7.2.0.

U.S. BANCORP made the following annotations
-
Electronic Privacy Notice. This e-mail, and any attachments, contains 
information that is, or may be, covered by electronic communications privacy 
laws, and is also confidential and proprietary in nature. If you are not the 
intended recipient, please be advised that you are legally prohibited from 
retaining, using, copying, distributing, or otherwise disclosing this 
information in any manner. Instead, please reply to the sender that you have 
received this communication in error, and then immediately delete it. Thank you 
in advance for your cooperation.



-

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


Re: [U2] Re trieving Unix Date and Time stamp on records in a DIRtype file

2009-10-27 Thread Dave Laansma
Perfect.  Thank you!

David Laansma
IT Manager
Hubbard Supply Co.
Direct: 810-342-7143
Office: 810-234-8681
Fax: 810-234-6142
www.hubbardsupply.com
"Delivering Products, Services and Innovative Solutions"


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Farmer
Sent: Tuesday, October 27, 2009 11:56 AM
To: U2 Users List
Subject: Re: [U2] Re trieving Unix Date and Time stamp on records in a
DIRtype file

Use the DIR command on the file.

Get the path of the file, append the appropriate "\" or "/", then do a
DIR.

For example, on a Unix machine:

 ITEM.ID = 'TEST'
 OPEN '','BP' TO BP THEN
FILE.PATH = FILEINFO(BP,2)
ITEM.PATH = FILE.PATH:'/':ITEM.ID
ITEM.DATE = OCONV(DIR(ITEM.PATH)<2>,'D2/')
 END
 PRINT ITEM.DATE


This e-mail is for the use of the intended recipient(s) only. If you
have received this e-mail in error, please notify the sender immediately
and then delete it. If you are not the intended recipient, you must not
use, disclose or distribute this e-mail without the author's prior
permission. We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own
virus checks on any attachment to this message. We cannot accept
liability for any loss or damage caused by software viruses. Any views
and/or opinions expressed in this e-mail are of the author only and do
not represent the views of Epicor Software Corporation or any other
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
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] uniObjects and PAM

2009-10-27 Thread Wally Terhune
PAM support for UO is provided at UniData 7.2.0.
From the New Features Guide:

UniData 7.2 supports the PAM framework for the following products:
􀂄UniObjects
􀂄UniObjects for Java
􀂄UniObjects for .NET
􀂄InterCall
􀂄IBM JDBC Driver for UniData and UniVerse
􀂄UniData ODBC
􀂄UniOLEDB

Wally Terhune
U2 Support Architect
Rocket Software
4700 S. Syracuse Street, Suite 400 ••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 
bradley.sch...@usbank.com
Sent: Tuesday, October 27, 2009 9:59 AM
To: U2 Users List
Subject: [U2] uniObjects and PAM

Our security people are trying to migrate us off AIX security to Active 
Directory. They're using PAM / LDAP. They converted one of our developers 
and he now gets an invalid id/password error when trying to connect to an 
account using UniObjects. This happens in mvDeveloper and a couple 
spreadsheets we've had built that connect to UniData. We can't afford to 
use the spreadsheet functionality and REALLY don't want to give up 
mvDeveloper.

Has anyone worked with UniObjects / PAM? Have you had this issue? 
Resolutions?  I don't know much about UniObjects and even less about PAM, 
but I'll try my best to answer any follow-up questions.

UniData 7.1
AIX 5.3


TIA,
Brad.
U.S. BANCORP made the following annotations
-
Electronic Privacy Notice. This e-mail, and any attachments, contains 
information that is, or may be, covered by electronic communications privacy 
laws, and is also confidential and proprietary in nature. If you are not the 
intended recipient, please be advised that you are legally prohibited from 
retaining, using, copying, distributing, or otherwise disclosing this 
information in any manner. Instead, please reply to the sender that you have 
received this communication in error, and then immediately delete it. Thank you 
in advance for your cooperation.



-

___
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


[U2] uniObjects and PAM

2009-10-27 Thread bradley . schrag
Our security people are trying to migrate us off AIX security to Active 
Directory. They're using PAM / LDAP. They converted one of our developers 
and he now gets an invalid id/password error when trying to connect to an 
account using UniObjects. This happens in mvDeveloper and a couple 
spreadsheets we've had built that connect to UniData. We can't afford to 
use the spreadsheet functionality and REALLY don't want to give up 
mvDeveloper.

Has anyone worked with UniObjects / PAM? Have you had this issue? 
Resolutions?  I don't know much about UniObjects and even less about PAM, 
but I'll try my best to answer any follow-up questions.

UniData 7.1
AIX 5.3


TIA,
Brad.
U.S. BANCORP made the following annotations
-
Electronic Privacy Notice. This e-mail, and any attachments, contains 
information that is, or may be, covered by electronic communications privacy 
laws, and is also confidential and proprietary in nature. If you are not the 
intended recipient, please be advised that you are legally prohibited from 
retaining, using, copying, distributing, or otherwise disclosing this 
information in any manner. Instead, please reply to the sender that you have 
received this communication in error, and then immediately delete it. Thank you 
in advance for your cooperation.



-

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


Re: [U2] Re trieving Unix Date and Time stamp on records in a DIR type file

2009-10-27 Thread Doug Farmer
Use the DIR command on the file.

Get the path of the file, append the appropriate "\" or "/", then do a
DIR.

For example, on a Unix machine:

 ITEM.ID = 'TEST'
 OPEN '','BP' TO BP THEN
FILE.PATH = FILEINFO(BP,2)
ITEM.PATH = FILE.PATH:'/':ITEM.ID
ITEM.DATE = OCONV(DIR(ITEM.PATH)<2>,'D2/')
 END
 PRINT ITEM.DATE


This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software Corporation or any other 
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AccuTerm Multi-line ENTER key action

2009-10-27 Thread Robert Porter

Nevermind... I decided to move on to another issue, and after I made the change 
I noticed it wasn't picking it up either. I had 2 copies of the template out 
there and was changing the 'other' one. The other still had the button style as 
'OK' and not normal.
 
Thanks,
Rob
 
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Re trieving Unix Date and Time stamp on records in a DIR type file

2009-10-27 Thread closebutnocigar

You could use

EXECUTE "! stat ./BP/PROG1" CAPTURING OUT

and parse out the bits you are interested in. This will show date/time of
the most recent access, modification and change



-- 
View this message in context: 
http://www.nabble.com/Retrieving-Unix-Date-and-Time-stamp-on-records-in-a-DIR-type-file-tp26077531p26079891.html
Sent from the U2 - Users mailing list archive at Nabble.com.

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


[U2] AccuTerm Multi-line ENTER key action

2009-10-27 Thread Robert Porter
Working on a new GUI dialog box with a multi-line text entry field, and I'd 
like the  key to simply move to the next line and not activate the 
default action button... The help file reads:
 
"Normal- the Enter key adds lines to multiline edit controls, actuates (clicks) 
an active command buttonor actuates the "OK" button, if one is present."
 
That's sounds like what I want, and Normal is selected... but when I hit enter 
it exec's the default button. I have to hit Shift-Enter to move to the next 
line. I'd like to change this as I don't want to have to have them train 300+ 
pathologists, med-tech, mlts, csr-techs, phlebs, etc. (most of whom are not 
computer savvy) about shift-enter.
 
I've tried the other 2 options and they change it to act like tab... also not 
what I want.
 
Any ideas?
 
TIA,
Rob
 
 

Robert F. Porter, MCSE, CCNA, ZCE

Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Retrieving Unix Date and Time stamp on records in a DIR type file

2009-10-27 Thread Colin Alfke
See: 

Hth
Colin Alfke
Calgary, Canada

-Original Message-
From: Dave Laansma

Given any DIR type file, as defined in the VOC file.

When I read a 'record' from that type of file, which is of course
actually a file in a directory in Unix, how may I establish what the
Unix date and time stamps are on that record/file within Unidata?

I am interested specifically in Unibasic source files.  I would like to
know when the last time a given source program was 'touched'.

David Laansma


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


[U2] Retrieving Unix Date and Time stamp on records in a DIR type file

2009-10-27 Thread Dave Laansma
Given any DIR type file, as defined in the VOC file.

 

When I read a 'record' from that type of file, which is of course
actually a file in a directory in Unix, how may I establish what the
Unix date and time stamps are on that record/file within Unidata?

 

I am interested specifically in Unibasic source files.  I would like to
know when the last time a given source program was 'touched'.

 

David Laansma

IT Manager

Hubbard Supply Co.

Direct: 810-342-7143

Office: 810-234-8681

Fax: 810-234-6142

www.hubbardsupply.com

"Delivering Products, Services and Innovative Solutions"

 

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


Re: [U2] Count tab characters

2009-10-27 Thread Colin Jennings
Yes, sometimes it seems as though the meek may indeed inherit the world - 
and then something like this comes along and you realise that the average 
Joe will simply never understand...  :-)



Nice!


tr -d '\n' < myfile | sed 's/[^\t]//g' | wc -c



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


Re: [U2] UV Call Stack

2009-10-27 Thread Bessel, Karen
Yes, I got that from Brian Leach as well. Thanks so much!




Karen Bessel
Software Developer

Tyler Technologies, Inc.
6500 International Parkway, Suite 2000
Plano, TX 75093
Phone: 972.713.3770 ext:6227
Fax: 972.713.3780 
Email: karen.bes...@tylertech.com
Web: http://www.tylertech.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Uniobjects licence

2009-10-27 Thread Doug
UniObjects will be licensed during the grace period as well.

Regards,
Doug
www.u2logic.com 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Monday, October 26, 2009 2:58 PM
To: 'U2 Users List'
Subject: [U2] Uniobjects licence

Does anybody know if unidata has to be fully licenced before unirpcd will
accept uniobjects connections, or will it still work during the 60 day grace
period like the rest of udt ?

 

 

Thanks

Symeon.

 

 

 

 

 

___
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] Count tab characters

2009-10-27 Thread Charles_Shaffer
Nice!

>> tr -d '\n' < myfile | sed 's/[^\t]//g' | wc -c


Charles Shaffer
Senior Analyst
NTN-Bower Corporation
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Count tab characters

2009-10-27 Thread iggchamp


And we have a winner.  Thanks for the help. 



I'm sure Larry's option would work great too - I probably just typed something 
wrong. 




- Original Message - 
From: "Stuart Boydell"  
To: "U2 Users List"  
Sent: Monday, October 26, 2009 7:26:05 PM GMT -06:00 US/Canada Central 
Subject: Re: [U2] Count tab characters 

tr -dc '\t' < file1 | wc -c 

Stuart Boydell 


-Original Message- 
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of iggch...@comcast.net 
Sent: Tuesday, 27 October 2009 10:02 
To: u2-Users 
Subject: [U2] Count tab characters 



Hi all, 



Can anyone tell me a unix command that will count the number of tab characters 
in a unix regular file?  I'm using the wc command to return bytes, lines, etc 
but now I need to count ONLY the tabs.  For some reason, I thought grep -c 
would work for me but forgot that that only returns the number of lines that 
have a tab character.  I could open the file sequentially and count but I need 
something that is fast fast fast. 



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

  
** 
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 

___ 
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] Count tab characters

2009-10-27 Thread iggchamp


Something about that wasn't liked on my system.  Returned 0 when there are 784 
in myfile.  


- Original Message - 
From: "Larry Hiscock"  
To: "U2 Users List"  
Sent: Monday, October 26, 2009 7:02:07 PM GMT -06:00 US/Canada Central 
Subject: Re: [U2] Count tab characters 

tr -d '\n' < myfile | sed 's/[^\t]//g' | wc -c 


Larry Hiscock 
Western Computer Services 


-Original Message- 
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of iggch...@comcast.net 
Sent: Monday, October 26, 2009 4:02 PM 
To: u2-Users 
Subject: [U2] Count tab characters 



Hi all, 



Can anyone tell me a unix command that will count the number of tab characters 
in a unix regular file?  I'm using the wc command to return bytes, lines, etc 
but now I need to count ONLY the tabs.  For some reason, I thought grep -c 
would work for me but forgot that that only returns the number of lines that 
have a tab character.  I could open the file sequentially and count but I need 
something that is fast fast fast. 



Thanks 
___ 
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 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Count tab characters

2009-10-27 Thread iggchamp


No sign of a -o option.  Thanks for the reply Ben. 




- Original Message - 
From: "Ben Souther"  
To: "U2 Users List"  
Sent: Monday, October 26, 2009 7:08:30 PM GMT -06:00 US/Canada Central 
Subject: Re: [U2] Count tab characters 

Check your version of grep and see if it supports the -o option. 

-o matches each copy of the pattern and puts it on a separate line. 
You can then pipe the results into wc -l to get the total count for that 
character. 





On Mon, 2009-10-26 at 23:02 +, iggch...@comcast.net wrote: 
> 
> Hi all, 
> 
> 
> 
> Can anyone tell me a unix command that will count the number of tab 
> characters in a unix regular file?  I'm using the wc command to return bytes, 
> lines, etc but now I need to count ONLY the tabs.  For some reason, I thought 
> grep -c would work for me but forgot that that only returns the number of 
> lines that have a tab character.  I could open the file sequentially and 
> count but I need something that is fast fast fast. 
> 
> 
> 
> Thanks 
> ___ 
> U2-Users mailing list 
> U2-Users@listserver.u2ug.org 
> http://listserver.u2ug.org/mailman/listinfo/u2-users 
-- 
Ben Souther 
Manager, Web and Web Service Development 
bsout...@fwdco.com | 508.927.8147 
FWDavison & Company, Inc. 
10 Cordage Park Circle, Suite 200 
Plymouth, MA 02360-7318 

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying 
documents, is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information. Any unauthorized 
review, use, disclosure, distribution or copying is prohibited. If you 
are not the intended recipient, please contact our office by e-mail or 
by telephone at (508) 747-7261 and immediately destroy all copies of the 
original message. 

___ 
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