RE: [U2] Capture Subroutine SB displays

2008-06-23 Thread Boydell, Stuart
Sorry for the late reply...
I member rightly. You can set @OTHER(17) = G.BACKGROUND*
This will cause SB screen prompt statements to output and continue. Set
it to an empty string when you finish.
Stuart Boydell

[* actually - you can set it to any non empty string but G.BACKGROUND is
a built-in equate which describes things quite well]

-Original Message-
We run Universe 10.2 on Windows with SB+.Is there a way to call a
subroutine from a basic program and have it capture/bypass multiple SB
displays that are already built into the existing subroutine?

 
**
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
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] group locks and user nbr's

2008-06-23 Thread Nancy Fisher

I like to know what worked...

Nancy Fisher
Peninsula Truck Lines, Inc
Auburn, Washington
253/929-2040
Visit our Website www.peninsulatruck.com
[EMAIL PROTECTED]
- Original Message - 
From: Dave Taylor [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Thursday, June 19, 2008 3:00 PM
Subject: RE: [U2] group locks and user nbr's



Doug,

I vote for  snip-the-msg-and-say-thanks.

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
- Original Message - 
From: Doug Chanco [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Thursday, June 19, 2008 12:08 PM
Subject: RE: [U2] group locks and user nbr's

snip
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Friday query logic

2008-06-23 Thread Jeffrey Butera
quote who='Eric Armstrong' date='Monday 23 June 2008'
 Jeff,
 In Universe there is a (apparently undocumented) keyword ANY which can be
 used, i.e.
 SELECT FILE WITH ANY FIELD UNLIKE SF... OR WITH ANY FIELD UNLIKE SH...
 which may be just what you want.

Eric:

You get the prize - I'm on Unidata but ANY works the same and it's exactly 
what I want.  On your next hot day I owe you a cool beverage of your 
choice...


-- 
Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556

Email gives the illusion of progress even when
   nothing is happening.  unknown
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Friday query logic

2008-06-23 Thread Bill Haskett
Jeff:

I could only get a single criteria to work...

list APOPEN WHEN ANY ACCTS UNLIKE 52... INVDATE COMMENT ACCTS AMTS
APOPEN INV-DATE DESCRIPTION ACCT. ACCT/AMTS

58*6-4 06-01-08 LOAN #123456, 06/2008   2910  1,025.50
2365 61.08
2980273.70

...or...

list APOPEN WHEN ANY ACCTS UNLIKE 29... INVDATE COMMENT ACCTS AMTS
APOPEN INV-DATE DESCRIPTION ACCT. ACCT/AMTS

58*6-4 06-01-08 LOAN #123456, 06/2008   5230246.04
2365 61.08
5230 50.00

...but adding both criteria together with an AND/OR failed...

list APOPEN WHEN ANY ACCTS UNLIKE 52... AND WHEN ANY ACCTS UNLIKE 29... 
INVDATE
COMMENT ACCTS AMTS
APOPEN INV-DATE DESCRIPTION ACCT. ACCT/AMTS

58*6-4 06-01-08 LOAN #123456, 06/2008   5230246.04
2910  1,025.50
2365 61.08
2980273.70
5230 50.00

...using WITH instead of WHEN had no effect...

list APOPEN WITH ANY ACCTS UNLIKE 52... AND WITH ANY ACCTS UNLIKE 29... 
INVDATE
COMMENT ACCTS AMTS
APOPEN INV-DATE DESCRIPTION ACCT. ACCT/AMTS

58*6-4 06-01-08 LOAN #123456, 06/2008   5230246.04
2910  1,025.50
2365 61.08
2980273.70
5230 50.00

This is on UD v7.1.9 (Windows 2K3).  Did I miss something?

Bill

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-u2-
[EMAIL PROTECTED] On Behalf Of Jeffrey Butera
Sent: Monday, June 23, 2008 10:20 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Friday query logic

quote who='Eric Armstrong' date='Monday 23 June 2008'
 Jeff,
 In Universe there is a (apparently undocumented) keyword ANY which can be 
 used,
i.e.

 SELECT FILE WITH ANY FIELD UNLIKE SF... OR WITH ANY FIELD UNLIKE SH...

 which may be just what you want.

Eric:

You get the prize - I'm on Unidata but ANY works the same and it's exactly
what I want.  On your next hot day I owe you a cool beverage of your
choice...


--
Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/