Html Tags

Maloney, Charlie Charlie.Maloney@Cognos.com
Fri, 6 Apr 2001 12:46:05 -0400


Thanks Chris.  
This works very nicely.  
Who knew?  :-)

Q U I Z   (PowerHouse  8.21.D4)
Copyright 2000 COGNOS INCORPORATED
Licensed PH8-TEMPORARY for customer: 0712570003 COGNOS WINNT DEMO

> use web
> acc branches
>
> initial head "<html><body><pre>" skip page
>
> rep branch_code Branch_name province_state
>
> final foot "</pre></body></head>"
>
> set rep dev disc name web.htm
>
> set page len 0 &
>          number 0 &
>     report nolimit
>
> go

Records selected:  26
Lines printed:     31
Pages printed:     2

>
-----Original Message-----
From: Chris Sharman [mailto:Chris.Sharman@ccagroup.co.uk]
Sent: Friday, April 06, 2001 6:40 AM
To: jim_grace_its@hotmail.com
Cc: Chris.Sharman@ccagroup.co.uk; powerh-l@lists.swau.edu
Subject: RE: Html Tags



>We are looking at putting some Quiz reports on our intranet.  I am looking 
>for anyone who may have a quiz program defining html tags that we can inbed

>into quiz programs with a 'use' statement.

Lots of folk have beaten me to it with all-singing all-dancing solutions
with
fonts, tables, etc.

Quick and dirty is:

init head tab 1 "<html><body><pre>"
final foot tab 1 "</pre></body></html>"

Pre means preformatted, so this is the bare minimum to put your report into
HTML & leave the format alone. Not especially pretty, but not especially
much
work either, particularly if you're looking at a lot of reports.

HTML is designed to allow style (fonts, colours etc) to be set up globally,
rather than embedded thoughout your Quiz report, which would make for better
HTML and more maintainable Quiz code. See
http://www.w3.org/MarkUp/html3/Contents.html for details on HTML.

Chris
_______________________________________________________________________
Chris.Sharman@CCAgroup.co.uk		http://www.ccagroup.co.uk/
CCA Stationery Ltd, Eastway, Fulwood, Preston, Lancashire, PR2 9WS.


-----------------------------------------------------------------------

Any views expressed in this message are those of the sender and not
necessarily those of CCA Group.  The unauthorized use, disclosure,
copying or alteration of this message is forbidden.  The contents of
this message may be confidential and/or privileged, copyright CCA Group
and are intended solely for the use of the individual or entity to whom
they are addressed.  Whilst this message has been scanned, CCA Group
cannot guarantee that it is virus free or compatible with your systems
and accepts no responsibility for any loss or damage arising from its
use. The recipient is advised to run their own anti-virus software. If
you receive this message in error please contact
postmaster@ccagroup.co.uk immediately, destroy any copies and delete it
from your computer systems.

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.