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


> Thanks Mike.
>
> One more question.  Is there an HTML editor included in R:BASE and can this
> be incorporated into R:Base?

That's Two Questions! ;-)

1. No Html Editor included, but there are a Zillion free ones available.  There
are many instances of MS software packages where FrontPage is included which is
a pretty good HTML editor.  Mindfull that the more Features you want in an
editor the more complex the editor becomes.

2.  Well heck Yes.  RbeHTML seems like it should work OK. Go ahead and ask for
the enhancement, probably for 7.5 though....

> Thanks.
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB
> Sent: Wednesday, July 21, 2004 5:59 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - Re: Printing in HTML from data in a field.
>
>
> ----- 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