RE: [U2] [UV] How to suppress "not found" message.

2009-02-08 Thread Boydell, Stuart
Thanks for that - works great.

I also realised:
SELECT FILEA IF EVAL "TRANS(FILEB,@ID,0,'')" # ""
Would work too.

Cheers,
Stuart

>-Original Message-
>You can put the commands in a Paragraph:
>
>PA
>HUSH ON
>SELECT FILEA
>SELECT list #0
>SELECT FILEB
>HUSH OFF
>
>You would save these lines as one item in the VOC choosing a name for
it.
>- Original Message 
>SELECT FILEA
>9 record(s) selected to
>SELECT list #0
>SELECT FILEB
>7 record(s) selected to SELECT list #0
>"ITEM3" not found.
>"ITEM7" not found.

 
**
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] [UV] How to suppress "not found" message

2009-02-06 Thread Watson, Pat
Would using "UDT.OPTIONS 55 ON" work for you?

Pat Watson
College of the Redwoods
pat-wat...@redwoods.edu
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] How to suppress "not found" message.

2009-02-06 Thread Jacques G.
You can put the commands in a Paragraph:

PA
HUSH ON
SELECT FILEA
SELECT list #0
SELECT FILEB
HUSH OFF

You would save these lines as one item in the VOC choosing a name for it.  



- Original Message 
From: "Boydell, Stuart" 
To: u2-users@listserver.u2ug.org
Sent: Thursday, February 5, 2009 10:07:24 PM
Subject: [U2] [UV] How to suppress "not found" message.

I thought I knew how to do this  

SELECT FILEA
9 record(s) selected to
SELECT list #0
SELECT FILEB
7 record(s) selected to SELECT list #0
"ITEM3"
not found.
"ITEM7" not found.

Is there a modifier to suppress the "not
found" messages?

TIA,
Stuart Boydell
**
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/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] How to suppress "not found" message.

2009-02-06 Thread David A. Green
How about using MERGE.LIST or HUSH ON/OFF?

SELECT FILEA TO 1
SELECT FILEB TO 2
MERGE.LIST 1 DIFF 2

Or

SELECT FILEA
HUSH ON
SELECT FILEB
HUSH OFF

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Boydell, Stuart
Sent: Thursday, February 05, 2009 8:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] How to suppress "not found" message.

I thought I knew how to do this  

SELECT FILEA
9 record(s) selected to
SELECT list #0
SELECT FILEB
7 record(s) selected to SELECT list #0
"ITEM3"
not found.
"ITEM7" not found.

Is there a modifier to suppress the "not
found" messages?

TIA,
Stuart Boydell
**
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/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] How to suppress "not found" message.

2009-02-05 Thread Boydell, Stuart
I thought I knew how to do this  

SELECT FILEA
9 record(s) selected to
SELECT list #0
SELECT FILEB
7 record(s) selected to SELECT list #0
"ITEM3"
not found.
"ITEM7" not found.

Is there a modifier to suppress the "not
found" messages?

TIA,
Stuart Boydell
**
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/