----- Original Message ----- 
From: "Benjamin Strickland" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 4:43 PM
Subject: [RBG7-L] - Re: Printing in HTML from data in a field.


> Is it possible to print or display HTML data stored in a field in a report?
>

if it is stored as HTML in the database (presumeably Varchar), just do a Select
Into SomeVarchar and then write the variable to a file like:

Write SomeVarchar to 'FileName.HTM'

then:

 Launch FileName.htm



If you want to see it quick, without the overhead of starting Internet Explorer
or your default browser and have it display without explorer menus, etc, then

Write SomeVarchar to 'FileName.HTA'

Launch FileName.hta


>
> How should this be setup or is there any documentation on how to do this?
>
>
>
> Thank you.
>
>
>
> Ben Strickland
>
>
>
>
>
>

Reply via email to