LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help with html report!

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 co
de examples? (I'm using LV 7.1), Thanks a lot!
0 Kudos
Message 1 of 3
(2,786 Views)
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!
0 Kudos
Message 2 of 3
(2,786 Views)
I got it, thank you very much!
0 Kudos
Message 3 of 3
(2,786 Views)