Re: [U2] Read yourself

2014-05-12 Thread Adrian Overs
What problem are you trying to solve by doing so? After all it's not rocket science (pardon the pun) to OPEN BP TO BP.FV THEN READ R.PROG FROM BP.FV, PROG.ID ELSE ... Whatever END Sent from my iPad On 13 May 2014, at 6:54 am, Wjhonson wjhon...@aol.com wrote: Does anyone have a BASIC program,

Re: [U2] Read yourself

2014-05-12 Thread Adrian Overs
May 2014, at 9:33 am, Adrian Overs ove...@citysoft.com.au wrote: What problem are you trying to solve by doing so? After all it's not rocket science (pardon the pun) to OPEN BP TO BP.FV THEN READ R.PROG FROM BP.FV, PROG.ID ELSE ... Whatever END Sent from my iPad On 13 May 2014, at 6:54 am

Re: [U2] Read yourself

2014-05-12 Thread Adrian Overs
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Adrian Overs Sent: Monday, May 12, 2014 7:18 PM To: U2 Users List Subject: Re: [U2] Read yourself You can get the Program name by parsing @SENTANCE You can then read the Verb from the VOC and act on that or if the item is globally

Re: [U2] Read yourself

2014-05-12 Thread Adrian Overs
better key to use for a configuration record than the program name itself. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Adrian Overs Sent: Monday, May 12, 2014 7:39 PM To: U2 Users List Subject: Re: [U2] Read yourself

Re: [U2] [UV] LISTF Command Freezes [not-secure]

2014-04-22 Thread Adrian Overs
Hi Mark, Try running fixtool -file DY.FLE From unix level to see if the file is Really corrupted or not. If it is, you can run the above command with a -fix option. I have never had a problem with this option but it should still be used with caution. Also you can check for file and group

Re: [U2] Exporting to File regularly

2013-12-11 Thread Adrian Overs
Hi David, Depending on your file type and underlying OS you could 1) If the file type is not a type 1 or type 19 then write a uniVerse subroutine as a SQL trigger. See chapter 5 of the SQL reference guide, on how to do this. 2) If the file type is a type 1 or a type 19 then if your underlying

Re: [U2] UniVerse LPTR

2013-07-08 Thread Adrian Overs
Of course you could also capture the existing settings with !SET.PTR(-1... And then restore them after all else has been done Just my .02 cents worth :-) Sent from my iPhone On 09/07/2013, at 8:48, Wols Lists antli...@youngman.org.uk wrote: On 08/07/13 21:19, Bill Brutzman wrote: Thanks to

Re: [U2] OT: Monitoring Program: Can This Be Done?

2013-06-26 Thread Adrian Overs
Have you thought of using AUTOLOGOUT in your VOC LOGIN paragraph. AUTOLOGOUT nn - where nn is a number of minutes Or AUTOLOGOUT 0 to turn it off HTH - Adrian Sent from my iPhone On 27/06/2013, at 7:22, Al DeWitt adew...@stylmark.com wrote: Tried sending this to sbsolutions but it didn't

Re: [U2] [uv] Message[010252]

2013-04-04 Thread Adrian Overs
Of Adrian Overs Sent: Thursday, 4 April 2013 12:04 PM To: U2 Users List Subject: [U2] [uv] Message[010252] I am getting the above obscure error message when a particular user tries to invoke the uniVerse environment /usr/lpp/uv/bin/uv AIX v5 and uniVerse 10.1.22 can anyone please help me

[U2] [uv] Message[010252]

2013-04-03 Thread Adrian Overs
I am getting the above obscure error message when a particular user tries to invoke the uniVerse environment /usr/lpp/uv/bin/uv AIX v5 and uniVerse 10.1.22 can anyone please help me by telling me what this means? Or better yet how I can find out for myself? Sent from my iPhone

Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Adrian Overs
Hi Roy, What you need to do is to add a line feed LF char(10) to your carriage returns char(13). This can either be done at unix level by cat file | tr '\l' '\l\015' file2 (15 being the octal equivalent of 13) or programatically by CHANGE(RECORD,CHAR(13),CHAR(10):CHAR(13),-1) I don't have an AIX

[U2] Contract assignment sought

2010-10-21 Thread Adrian Overs
I am a certified professional U2 developer with over 25 years experience in a variety of roles. I am looking for contract work anywhere in Australia. If you are interested in exploring things further then please contact Adrian Overs at ove...@citysoft.com.au or 0411 358 354. I will provide you

Re: [U2] CUSTOM.GTI.DEFS

2007-04-13 Thread Adrian Overs
Thanks Andy, !EDIT.INPUT is exactly where I intend to use it. I will look at things tomorrow. Appreciate your help. Adrian Overs Citysoft Pty Ltd Mobile : 0411 358 354 On 12/04/2007, at 3:26 AM, Andy Baum wrote: Adrian, Take a look at VT220.IKBIND in SYS.TERMINALS, fields 22 to 103

[U2] CUSTOM.GTI.DEFS

2007-04-11 Thread Adrian Overs
KEYEDIT.ERASE.END.OF.FIELD - 217 KEYEDIT.ERASE.FIELD Adrian Overs Citysoft Pty Ltd Mobile : 0411 358 354 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] PARAGRAPHS

2007-04-02 Thread Adrian Overs
Try entering PTERM -CASE NOINVERT at TCL before you make the COPY Adrian Overs Citysoft Pty Ltd Mobile : 0411 358 354 On 02/04/2007, at 9:37 PM, Anita Panda wrote: when I am doing the same thing all the code which are in capital letters are getting converted to small case letters

Re: [U2] Using DICT items in basic program

2006-08-30 Thread Adrian Overs
the {} brackets. TIA BobW --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ -- Adrian Overs Phone : +61 (0)2 9484-7160 Mobile: +61 (0)411 358 354 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

Re: [U2] OPEN Statement DICT Default

2006-05-08 Thread Adrian Overs
://listserver.u2ug.org/ -- Adrian Overs Phone : +61 (0)2 9484-7160 Mobile: +61 (0)411 358 354 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/