LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

changereport

Hi how can i change the color of HTML table from CVI..?
0 Kudos
Message 1 of 2
(2,834 Views)
hello monky,

as far as i can see from your attached example, you import the source of the html-file and parse it with CVI for several patterns.
for the change of the style of the html-file you will have to parse not only for values within the file, but also for the different style-attributes.
therefore you will have to change or extend the style-sheet section, which was created by word to set different colors or fonts for your report. this means manually change the part of the file, which are stored in the "style" tag in the beginning.

regards,

robert h
NI germany
0 Kudos
Message 2 of 2
(2,815 Views)