Re: [U2] [ud] Sub-second delay?

2012-08-27 Thread Marco Antonio Rojas Castro
H = SYSTEM(12) ;* TIME IN MILISECONDS LOOP H2 = SYSTEM(12) IF H2 - H > 500 THEN EXIT ;* 500 MS ELAPSED REPEAT > Date: Mon, 27 Aug 2012 10:17:01 -0600 > From: ke...@precisonline.com > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] [ud] Sub-second delay? > > Ah crap, this client is

Re: [U2] SB+ screen question

2012-03-12 Thread Marco Antonio Rojas Castro
Try using the process like default expression (mandatory). ┌Enter Field─┐ │ Field NamePAID.DATE│ │ Disp Prpt (N/S{nn}/A) N│ │ Input Field (Y/N) N│ │ Mandatory (Y/N) N│ │ Control/Dep/Read D│ │ Wi

Re: [U2] UD Directory File Pointer

2012-02-29 Thread Marco Antonio Rojas Castro
try this 001: DIR 002: \\MYSERVER\HELP\ 003: D_VOC Regards, Marco > Date: Wed, 29 Feb 2012 15:02:10 -0800 > From: wphask...@advantos.net > To: U2-users@listserver.u2ug.org > Subject: [U2] UD Directory File Pointer > > I trip over this every time I try it. Can someone clue me in whether > t

Re: [U2] End of Month date routine

2011-12-05 Thread Marco Antonio Rojas Castro
ry year. > > Sincerely, > 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 Mes

Re: [U2] End of Month date routine

2011-12-05 Thread Marco Antonio Rojas Castro
TODAY = DATE() EOM = TODAY - TODAY"DD" + 32 EOM = EOM - EOM"DD" > To: u2-users@listserver.u2ug.org > From: wjhon...@aol.com > Date: Mon, 5 Dec 2011 15:16:02 -0500 > Subject: Re: [U2] End of Month date routine > > > Doesn't work on my system Anthony. > The This month o gives the month and yea

Re: [U2] Simple SB screen display question

2011-11-30 Thread Marco Antonio Rojas Castro
Hi Try this REFRESH = -2 Regards, Marco > Date: Wed, 30 Nov 2011 12:30:31 -0800 > From: bob_woodw...@k2sports.com > To: u2-users@listserver.u2ug.org > Subject: [U2] Simple SB screen display question > > Hi folks, > > > > I sent this to the SB-Solutions list first but I think something

[U2] Unidata sessions stop at any time

2011-03-19 Thread Marco Antonio Rojas Castro
Hello Unidata 7.1.0 on Windows 2008 installed 2 weeks ago. 80 users logged on Unidata sessions stop at any time Event viewer show these messages Error19/03/2011 11:42:17Application Error1000(100) Aplicación con errores udt.exe, versión 7.1.0.3146, marca de hora 0x42c2d61b,

Re: [U2] UniData Indexes

2005-05-09 Thread Marco Antonio Rojas Castro
You need this SUBROUTINE ALL_INDICES.PRG *-- $INCLUDE DMSKELCODE COMMON $INCLUDE DMSKELCODE SBPLUS.EQU *-- * Escrito por .- Marco Roja

Re: [U2] UniData Indexes

2005-05-09 Thread Marco Antonio Rojas Castro
Try this SUBROUTINE VER.INDICES.PRG *-- $INCLUDE DMSKELCODE COMMON $INCLUDE DMSKELCODE SBPLUS.EQU *-- * Escrito por .- Marco Rojas * F

RE: [U2] UniData Indexes

2005-05-09 Thread Marco Antonio Rojas Castro
450 Lynx formatting failed: open3: exec of lynx --stdin --dump --force_html --hiddenlinks=ignore --localhost --image_links --nolist --noredir --noreferer --realm failed at /etc/smrsh/demime line 1519 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://lis

[U2] Unidata error

2005-03-07 Thread Marco Antonio Rojas Castro
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Terminate user process

2004-09-08 Thread Marco Antonio Rojas Castro
I installed unidata 6.0.12 on a windows 2000 server all works ok, but we can't end user process UDTNO USRNBR UID USRNAME USRTYPE TTY IP-ADDRESSTIME DATE 11568 263565 lasimbaya udt pts/1 147.135.150.44 06:27:28 Sep 08 2004 2 956 263642 nsolorzan udt

Re: [U2] Is it possible to nest 'LOOP / WHILE READNEXT / REPEAT' loops?

2004-06-22 Thread Marco Antonio Rojas Castro
In that case, use the remove command here's an example SUBROUTINE PROGRAMA.PRG *-- $INCLUDE DMSKELCODE COMMON $INCLUDE DMSKELCODE SBPLUS.EQU *--- CONFIDENCIAL ---

RE: [U2] UniData equivalent of GETBASIC

2004-05-13 Thread Marco Antonio Rojas Castro
Hi David in unidata 6.0 try this RUNTHISPROG = SYSTEM(40) regards, Marco From: "David Wolverton" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: [U2] UniData equivalent of GETBASIC Date: Thu, 13 May 2004 12:51:55 -0500 In UniVerse, they have GETBASIC which pulls