Hi,
The question in the original thread is answered...
Regards,
Wiebe.
"pacp" wrote in message
news:506500000008000000ABF80000-1079395200000@exchange.ni.com...
> I was looking for a way to create a report and I got this suggestion
> from the forum:
>
> "Hi,
>
> If you use HTML (for rtf it's basically the same), you can make a
> template
> HTML file. For all the things that need to be replaced, you type a
> tag, e.g.
> something like &time&, for the actual time.
>
>
> In LabVIEW, you just open the file, and replace all tags with the
> proper
> values. This doesn't work with sizing tables, where you need to
> (partially)
> build the table in LabVIEW, then replace a table tag with the table
> string.
>
>
> Regards,
>
>
> Wiebe."
>
> I think this
solution is going to work very good for me. However I
> dont have too much experience handling html docs (for example, how to
> replace the tags). Can anybody give me any other details or code
> examples? (I'm using LV 7.1), Thanks a lot!