I think you can still do something similar using an "S-type" dict item
Trick is to put the "IF" in attribute seven, e.g.

1> S
2> attribute
3> ZIP
4>
5>
6>
7> A;IF attribute = "" THEN " " ELSE attribute
8>
9> L
10> 10

Mark


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor
Sent: Tuesday, August 29, 2006 6:03 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2][UV] Show Empty Fields in Vertical Listing

Hrm... That's a thought.  Problem I see is then I would not be able
to...

LIST PTEMP WITH ZIP = ""

Might be doable though as a secondary set of dictionary items
specifically for this purpose.

Thanks for the suggestion.

Perry 

-----Original Message-----
Subject: RE: [U2][UV] Show Empty Fields in Vertical Listing

You could change the fields to an I type and have a formula something
like
this:
I
ZIP;IF @1 THEN @1 ELSE ' '
.
.
.
etc
This will put a space into the field so it will print.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor
Sent: Tuesday, August 29, 2006 2:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2][UV] Show Empty Fields in Vertical Listing

I can't seem to find a way to get UniVerse to display fields for which
the
record has no data when the listing goes vertically.

Consider this example...

LIST PTEMP "3" "4" CITY STATE ZIP 02:27:24pm  29 Aug 2006  PAGE    1
PTEMP..... CITY........... STATE ZIP.......

3          SALT LAKE CITY  UT    84119
4          OGDEN           UT

2 records listed.

But...

LIST PTEMP "3" "4" CITY STATE ZIP VERTICALLY 02:28:02pm  29 Aug 2006
PAGE
1

PTEMP. 3
CITY.. SALT LAKE CITY
STATE. UT
ZIP... 84119

PTEMP. 4
CITY.. OGDEN
STATE. UT

2 records listed.

The ZIP field does not appear for record# 4. Does anyone know of a way
to
force them to show?

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

Reply via email to