Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-16 Thread FFT2001
In a message dated 3/15/2011 5:17:25 PM Pacific Daylight Time, ro...@stamina.com.au writes: I mean, it is good for Tri-Sys, as they will generate a list of end users to solicit, but I'd suggest it is unlikely that a VAR is going to make his customer list public ... Ross I think you're

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-16 Thread George Land
On 16/03/2011 06:36, fft2...@aol.com fft2...@aol.com wrote: Ross I think you're right there. I think what we'll see is a slow accumulation of sites based on an employee mentioning it, or a consultant, or ex-employee. But not the VAR. And I think for the very reason that you suggest, that

Re: [U2] Uniobjects and java

2011-03-16 Thread Doug Chanco
Thanks everyone that makes great sense As I get into uoj and java I am Sure I'll have more questions for all the experts on here Once again thanks Dougc email signature There are 10 kinds of people in the world, those that know binary and those that do not On Mar 15, 2011, at 10:58, Kevin

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-16 Thread FFT2001
In a message dated 3/16/2011 1:10:30 AM Pacific Daylight Time, george.l...@aptsolutions.net writes: Firstly the overwhelming majority of U2 end user sites do not have technical staff, even if they have an IT department that department knows nothing about U2 whatsoever. They run an

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-16 Thread Michael Martin
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sent: Wednesday, March 16, 2011 12:23 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] U2UG Elections 2010 - Request For Comment In a message

[U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread Phil Walker
Hi all, I am trying to detect the success of failure of a BASIC program when running from UNIX. I was going to use @SYSTEM.RETURN.CODE setting to do this, hoping that the exit status of uvsh would reflect the value set for @SYSTEM.RETURN.CODE but it appears this is not the case. Does anyone

Re: [U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread bradley . schrag
Phil, I wrestled with this one quite a while a few years back under ud.. Never figured out a code-only solution. Ended up writing exit codes to a text file that the script reads when the program completes. If noone has any other ideas you like, ping me and I can explain what I did. Brad.

Re: [U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread Phil Walker
Thanks Brad, That idea had crossed my mind, alternatively capturing some output as this is a non-interactive process but liked the simplicity of @SYSTEM.RETURN.CODE Maybe Mark Baldridge would have some ideas being the expert he is and an old colleague at VMARK last century ;-) But I

Re: [U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread Charles_Shaffer
I am trying to detect the success of failure of a BASIC program when running from UNIX. I was going to use @SYSTEM.RETURN.CODE setting to do this, hoping that the exit status of uvsh would reflect the value set for @SYSTEM.RETURN.CODE but it appears this is not the case. Does anyone know if

Re: [U2] [UV] Uvsh exit status and @SYSTEM.RETURN.CODE

2011-03-16 Thread Gregor Scott
You might be able to use the ENVIRONMENT command in UV to set an environment variable, and test its value upon return to your shell. Something like: EXECUTE ENVIRONMENT SET UVRC=:@SYSTEM.RETURN.CODE will set the value. Gregor -Original Message- From: