RE: How do I make this easier to read?

2004-03-12 Thread Mike Rajkowski
I am assuming that you are doing a query statement from the command line, and not a 
program.

You can use the DBL.SPC, on the line so it has an extra line between rows.  As for the 
shading, you could use a subroutine, and call it from the dictionary item.  See 
example below: (note it is only a simple example that deals with one field you will 
need to tweek the program, and it use to get what you want. )

Mike

07 ED BP START.SHADE
15 lines long.

: p
0001:   SUBROUTINE START.SHADE(SHV, VALUE)
0002: *
0003:   COMMON IS.SHADE
0004: *
0005:   IF UNASSIGNED(IS.SHADE) THEN IS.SHADE = 0
0006: *
0007:   IF IS.SHADE THEN
0008:  SHV = @(-13):VALUE
0009:  IS.SHADE = 0
0010:   END ELSE
0011:  SHV = @(-14):VALUE
0012:  IS.SHADE = 1
0013:   END
0014:   RETURN
0015:END
Bottom at line 15.


--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How do I make this easier to read?

2004-03-11 Thread Brian Leach
You could either:

A: Use two I Descriptors to turn on and off video attributes testing against
@NI:

IF NOT(MOD(@NI),2) THEN video_chars ELSE ""

B: Buy a reporting tool like mvQuery (blatant ad) and use the report
designer to do it for you.

Brian

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ray Buchner
> Sent: 11 March 2004 18:15
> To: 'U2 Users Discussion List'
> Subject: How do I make this easier to read?
> 
> I'm running UV10 on NT and this is my screen output:
> 
> 1)  06-3175  12931097  0  14.46  2.66  5.7453.68
> Description:TAYLOR HAMMER LRG 7 1/2 CHROME
> 2)  06-4100  23  115  181.62 78.63 139.41  43.60
> Description:KEYES SKIN BIOPSY SET/6 ONBASE
> 3)  17-1450  31893516  2644   16.74  4.60  9.7452.82
> Description:HALSTED MOSQ FCP STR 5"
> 4)  17-1550  47397801  73716.74  4.76  9.4649.70
> Description:HALSTED MOSQ FCP CVD 5"
> 5)  17-2155  35123166  1083   16.74  4.46  9.9054.95
> Description:KELLY FCP CVD 5 1/2"
> 6)  19-1055  18732311  5317.63   2.75  4.7642.19
> Description:SERRATED DRESSING FCPS 5 1/2"
> 7)  19-1110  230 193   11221.73  6.76  10.98   38.41
> Description:SERRATED DRESSING FCPS 10"
> 8)  19-1112  32  8223 26.97  8.49  20.64   58.88
> Description:SERRATED DRESSING FCPS 12"
> 
> How do I make every other two lines a different shade of 
> color so it is easier to read?  Kind of like the old line 
> printer paper.
> --
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users
> 
> __
> __
> This email was checked by MessageLabs SkyScan before entering 
> Microgen.



This email was checked on leaving Microgen for viruses, similar
malicious code and inappropriate content by MessageLabs SkyScan.

DISCLAIMER

This email and any attachments are confidential and may also be
privileged.

If you are not the named recipient, please notify the sender
immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information.

In the event of any technical difficulty with this email, please
contact the sender or [EMAIL PROTECTED]

Microgen Information Management Solutions
http://www.microgen.co.uk
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users