WITH selects records.  WHEN only suppresses display of multivalued fields that 
do not meet your selection criteria.
UniVerse/SQL makes this clearer, since you must specify both the selection 
clause and the suppression clause.  You can do this with LIST as well.

LIST filename field_list WITH condition WHEN condition.

AND WHEN doesn't accomplish anything.  But you can use two WHEN phrases.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to