Re: [U2] test

2011-09-28 Thread Womack, Adrian
Test reply - 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 vie

Re: [U2] test

2011-09-27 Thread Gregor Scott
Worked -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Jordan Sent: Wednesday, 28 September 2011 4:20 PM To: U2 Users List Subject: [U2] test test ___ U2-Users mail

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Woodward
Don't look at the light!!! Close your eyes and DON'T LOOK AT THE LIGHT!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock Sent: Wednesday, August 18, 2010 1:30 PM To: 'U2 Users List' Subject: [U2] Test .

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Rasmussen
On Wed, 18 Aug 2010, Larry Hiscock wrote: > Test, please ignore I'm trying... I'm trying... Oh, I just can't! > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > > Regards, Bob

Re: [U2] Test

2009-09-09 Thread Barber, Bonnie
Your test message was received by me :-) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ron White Sent: Tuesday, September 08, 2009 3:08 PM To: u2-users@listserver.u2ug.org Subject: [U2] Test Just a test. No messa

RE: [U2] test - no email since 12-05

2008-12-10 Thread Dave R
Don't know, I thought it was broken Dave R e Fax (815)4259364 P.O. Box 17811, Irvine CA 92623-7811 -- Anthony Youngman <[EMAIL PROTECTED]> wrote: Nothing since the twelfth of May!?!? Mind you, it has been a bit quiet these last few days :-) Cheers, Wol -Original Message- From: [EMAIL

RE: [U2] test - no email since 12-05

2008-12-10 Thread Anthony Youngman
Nothing since the twelfth of May!?!? Mind you, it has been a bit quiet these last few days :-) Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Richardson Sent: 10 December 2008 12:48 To: u2-users@listserver.u2ug.org Subject: [U2] test -

RE: [U2] Test Account for Development.

2008-05-23 Thread Brutzman, Bill
A little cron job could be setup to backup the company data to disk... hourly. --Bill -Original Message- Subject: RE: [U2] Test Account for Development. The perennial question is how much money would it cost the company to hand enter all the transactions for one day, if some program

RE: [U2] Test Account for Development.

2008-05-22 Thread Garry Smith
How do you make critical program changes for update routines against your production databases? The creation of a separate account for testing and training is a keystone for good program development. The ingrained mindset needs to changed by you "the new kid" to take the shop forward in basic softw

Re: [U2] test for a unix file?

2008-03-04 Thread doug chanco
le or directory . Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Tuesday, March 04, 2008 8:28 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] test for a unix file? Thanks all; "test -e" (for files) or

RE: [U2] test for a unix file?

2008-03-04 Thread Bill Haskett
M >To: u2-users@listserver.u2ug.org >Subject: Re: [U2] test for a unix file? > >Thanks all; "test -e" (for files) or "test -d" (for directories) seems to be >what I was looking for. >What is DIR() ? >I don't find it in HELP BASIC DIR and it won't c

Re: [U2] test for a unix file?

2008-03-04 Thread Scott Ballinger
Thanks all; "test -e" (for files) or "test -d" (for directories) seems to be what I was looking for. What is DIR() ? I don't find it in HELP BASIC DIR and it won't compile (no matter how I use it I get "array DIR never dimensioned"). /Scott On Tue, Mar 4, 2008 at 6:33 AM, David A. Green <[EMAIL P

RE: [U2] test for a unix file?

2008-03-04 Thread David A. Green
I use DIR() Function. Thanks, David A. Green www.dagconsulting.com (480) 813-1725 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Monday, March 03, 2008 6:28 PM To: u2-users@listserver.u2ug.org Subject: [U2] test for a unix file? I

Re: [U2] test for a unix file?

2008-03-04 Thread Ray Wurlod
If all the files are in the same directory, use OPENPATH to open the directory into a common variable (if it's not already open), then use READV with 0 as the field number. FUNCTION DOODLE(DIRPATH,FILENAME) COMMON /DOODLE/FILEVAR IF FILEINFO(FILEVAR,0) ELSE OPENPATH (DIRPATH) T

RE: [U2] test for a unix file?

2008-03-03 Thread Jef Lee
Scott, Change your Unix command to:- EXECUTE "SH -c 'test -e ":FILENAME:" && echo yes || echo no'" CAPTURING XXX XXX will contain "yes" or "no" depending on whether the file exists. That is subject to your access to the file and it parent folder tree. So "no" could mean that the file cannot b

Re: [U2] test for a unix file?

2008-03-03 Thread doug chanco
I have not had time to test this with lots of files BUT you can try it (I think it will be much faster than what your doing in your code BUT I may be wrong) anyway what I did was create a simple shell script that you call with a FULLY pathed file name (unless you are in the directory that you w

Re: [U2] test for a unix file?

2008-03-03 Thread Craig Bennett
Hi Scott, how about OPENSEQ? or if the files are in your local account (and are not subdirectories) OPEN "&UFD&" TO UFD ELSE STOP READV EXISTS FROM UFD, FILENAME, 0 ON ERROR ANS = @FALSE END THEN ANS = @TRUE ELSE ANS = @FALSE END HTH, Craig Scott Ballinger wrote: I have a standar

RE: [U2] Test

2007-04-16 Thread Bob Woodward
I'm ignoring you. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Monday, April 16, 2007 10:57 AM To: u2-users@listserver.u2ug.org Subject: [U2] Test Testing the lists. Please ignore. --- u2-users mailing list u2-users@listserv

RE: [U2] test

2007-02-27 Thread Allen E. Elwood
, February 27, 2007 12:26 To: u2-users@listserver.u2ug.org Subject: RE: [U2] test Just another tester. I have Earthlink researching their problem because I can not post to this site. Maybe it is fixed now. Tom Dodds [EMAIL PROTECTED] 708-234-9608 Office 630-235-2975 Cell -Original Message

RE: [U2] test

2007-02-27 Thread Tom Dodds
. Elwood Sent: Tuesday, February 27, 2007 12:49 PM To: u2-users@listserver.u2ug.org; [EMAIL PROTECTED] Subject: RE: [U2] test testing too, haven't been able to post for a month or so - get timeouts; even my posts to moderator at u2 come back. -Original Message- From: [EMAIL PROTECTED] [m

RE: [U2] test

2007-02-27 Thread Allen E. Elwood
testing too, haven't been able to post for a month or so - get timeouts; even my posts to moderator at u2 come back. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock Sent: Tuesday, February 27, 2007 00:25 To: u2-users@listserver.u2ug.org Subject:

Re: RE: [U2] test

2006-02-24 Thread steve_cashman
Thank you for your email. I am out of the office until Monday 6th March. If you need assistance please contact Ania at [EMAIL PROTECTED] or Alan Jeffs Thanks Steve --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] test

2006-02-24 Thread Allen E. Elwood
I have received 90 messages from the list since and including Monday, fwiw... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dianne Ackerman Sent: Friday, February 24, 2006 06:45 To: U2 List Server Subject: [U2] test Test - I haven't received any emails fr

Re: [U2] Test

2005-02-22 Thread Mark Johnson
Enlighten me on this 'programming competition'. Can't wait to see it. Thanks. - Original Message - From: "Kevin King" <[EMAIL PROTECTED]> To: Sent: Monday, February 21, 2005 11:15 PM Subject: RE: [U2] Test > Everyone's en route to Spectrum, me t

Re: [U2] Test

2005-02-22 Thread Clifton Oliver
February 22, 2005 5:57 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Test Hey Kevin, Glad to hear that the programming competition went well! It sounded like such a great idea... I'm guessing that you wrote something using a... SB+??? Would you mind sharing some details for those of us wh

RE: [U2] Test

2005-02-22 Thread Marilyn Hilb
bruary 22, 2005 10:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Test In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: > Not a 'real' holiday. Only some companies get this day off. I was at work > and got no messages

RE: [U2] Test

2005-02-22 Thread Larry Hiscock
ay, February 22, 2005 8:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Test In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: > Not a 'real' holiday. Only some companies get this day off. I was at > work and got no messages on Monda

RE: [U2] Test

2005-02-22 Thread Allen E. Elwood
ater logged Los Angeles county. ( My water meter in the back yard has measured over 4 feet of rain since mid-December. ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, February 21, 2005 20:15 To: u2-users@listserver.u2ug.org Subject

Re: [U2] Test

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: > Not a 'real' holiday. Only some companies get this day off. I was at work > and got no messages on Monday. They all came today, Tuesday. Marilyn isn't President's Day a "federal" holiday? Maybe your empl

RE: [U2] Test

2005-02-22 Thread Marilyn Hilb
om: Mark Eastwood [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 10:23 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Test It's a holiday in the USA. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] B

RE: [U2] Test

2005-02-22 Thread Kevin King
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laura Hirsh Sent: Tuesday, February 22, 2005 5:57 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Test Hey Kevin, Glad to hear that the programming competition went well! It sounded like such a great idea... I'm gue

RE: [U2] Test

2005-02-22 Thread Laura Hirsh
: u2-users@listserver.u2ug.org Subject: RE: [U2] Test Everyone's en route to Spectrum, me thinks. Incidentally, the programming competition today was a blast! -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [U2] Test

2005-02-21 Thread Ian Renfrew
Maybe the conference. Travel day for those attending. Just a guess. ... Ian - Original Message - From: "Allen E. Elwood" <[EMAIL PROTECTED]> To: "U2-Users" Sent: Thursday, February 21, 2002 5:06 PM Subject: [U2] Test Hey, is this thing working today? Seems awfully quite after for a lis

RE: [U2] Test

2005-02-21 Thread Mark Eastwood
It's a holiday in the USA. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Allen > E. Elwood > Sent: Thursday, February 21, 2002 5:07 PM > To: U2-Users > Subject: [U2] Test > > > Hey, is this thing working today? Seems awfully quite after > for a l

RE: [U2] Test

2005-02-21 Thread Lance Jahnke
Works for me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Thursday, February 21, 2002 4:07 PM To: U2-Users Subject: [U2] Test Hey, is this thing working today? Seems awfully quite after for a list that normally gets at least 50

RE: [U2] Test

2005-02-21 Thread Kevin King
Everyone's en route to Spectrum, me thinks. Incidentally, the programming competition today was a blast! -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Thursday, February 21, 2

RE: [U2] test

2004-11-29 Thread Jimmy Dixon
arter Sent: Friday, November 26, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: RE: [U2] test Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

RE: [U2] test

2004-11-27 Thread Allen E. Elwood
ovember 26, 2004 07:55 To: [EMAIL PROTECTED] Subject: RE: [U2] test Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin Sent: 26 Nov

Re: [U2] test

2004-11-26 Thread Stu Glancy
U.S. holiday. It originated in the autumn of 1621 when Plymouth governor William Bradford invited neighbouring Indians to join the Pilgrims for a three-day festival of recreation and feasting in gratitude for the bounty of the season, which had been partly enabled by the Indians' advice. Neith

RE: [U2] test

2004-11-26 Thread Jefferson, Jim
;Dear Santa: Let me explain. ..." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon J Glorfield Sent: Friday, November 26, 2004 9:54 AM To: [EMAIL PROTECTED] Subject: Re: [U2] test Yes the lists are up. It was Thanksgiving yester

RE: [U2] test

2004-11-26 Thread u2
[EMAIL PROTECTED] wrote: > Les, > > More to do with Thanksgiving than anything else. Personally, I can only > face one turkey dinner per year... Well, you could always have traditional fare instead. It's supposed to be goose on 25th December. And a decent goose doesn't leave you eating bird san

RE: [U2] test

2004-11-26 Thread Simon Carter
Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin Sent: 26 November 2004 14:25 To: U2 Users (E-mail) Subject: [U2] test Are t

Re: [U2] test

2004-11-26 Thread Gordon J Glorfield
Yes the lists are up. It was Thanksgiving yesterday in the USA. Most folks take today off as well. Except for a few of us wage slaves that is. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 11/26/2004 09:25:09 AM: > Are

RE: [U2] test

2004-11-26 Thread DAWES, Ray
Thanksgiving? -Original Message- From: Les Hewkin [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 14:25 To: U2 Users (E-mail) Subject: [U2] test Are the lists up and running? I haven't seen any post for nearly 24 hours Les. This e-mail and any attachments are confidential and intende

RE: [U2] test

2004-11-26 Thread Andy Moore
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee tha

RE: [U2] test

2004-11-26 Thread Robert Paterson
Don't forget that this is Thanksgiving weekend... It will be very quiet. Robert Paterson Technology Support Manager www.epicor.com Tel.: +44 (1344) 468231 Cell: +44 (7799) 348513 Fax: +44 (1344) 468050 E-Mail: [EMAIL PROTECTED] 1 The Arena, Downshire Way, Bracknell, Berks, UK, RG12 1PU This e-m

Memo: Re: [U2] test

2004-11-26 Thread asvin . dattani
it was thanksgiving yesterday in the states, so I guess most people have taken the weekend off... "Les Hewkin" <[EMAIL PROTECTED] on 26 Nov 2004 14:25 Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:"U2 Users (E-mail)" <[EMAIL PROTECTED]> cc: bcc: Subject:[U2]

RE: [U2] Test - please ignore

2004-05-04 Thread Donald Kibbey
Sadly, this guy / gal is probably making more than all of us shipping paper wads around the world Reminds me of the Origami Boulder (http://www.origamiboulder.com/) You buy wadded up paper now! Larry Hiscock Western Computer Services --- u2-users mailing list [EMAIL PROTECTED] http://w

RE: [U2] Test - please ignore

2004-05-04 Thread Larry Hiscock
> The same artiste earlier in his career would sign his name to a piece of > tablet paper which he would crunch into a ball and then give to friends > and acquaintances as gifts. Today an unfolded tablet paper with autograph > sells for about #1,500 at art auctions, while one that has allegedly > n

RE: [U2] Test - please ignore

2004-05-04 Thread Hanwell, David
rlds." - Vishnu, in the Hindu Bhagavad Gita. David Hanwell -Original Message- From: [EMAIL PROTECTED] On Behalf Of Logan, David (SST - Adelaide) Sent: Monday, May 03, 2004 11:56 PM EDT To: [EMAIL PROTECTED] Subject: RE: [U2] Test - please ignore Is that a stripper without music?

RE: [U2] Test - please ignore

2004-05-03 Thread Logan, David (SST - Adelaide)
Title: Message Is that a stripper without music? David Logan Database Administrator HP Managed Services 139 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message-From: [EMAIL PROTECTED] [mailto:[EM