HTML appearance

E

Eyal

Hallo everybody
is there a way in access to view an HTML text
as it would apear in the HTML browser
Thanks, Eyal
 
R

Rob Oldfield

I've never used it in a production db but there's an ActiveX control
"Microsoft Web Browser". It's used by doing something like....

Me.ctlName.Navigate2 "pathtoyourhtmlfile"
 
J

John Nurick

Hi Eyal,

I've never tried, but the obvious approach is to put a web browser
control on a form and pass the HTML string to it.
 
E

Eyal Semo

Hi John
How should I pass the HTML string to the web browser control (in a form) ?
Thanks Eyal
 
J

John Nurick

Top