Hi there,
I have a medecine table with records already tagged in HTML, for example the field named Description:
<h3>ABILIFY - <em>B-MS</em></h3>
<p><em>Antipsychotic</em> <br /> For Adults. Oral Use. </p>
...
I would like to be able to display this text on my form. Using Data Access Pages, does not seem to work, since the DAP will not parse the html but display it as is, with tags and all. It seems the only way would be to use a web browser control; I tried, but I just can't seem to find the right method or property to achieve this.
Appreciate,
Premy
I have a medecine table with records already tagged in HTML, for example the field named Description:
<h3>ABILIFY - <em>B-MS</em></h3>
<p><em>Antipsychotic</em> <br /> For Adults. Oral Use. </p>
...
I would like to be able to display this text on my form. Using Data Access Pages, does not seem to work, since the DAP will not parse the html but display it as is, with tags and all. It seems the only way would be to use a web browser control; I tried, but I just can't seem to find the right method or property to achieve this.
Appreciate,
Premy