LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ni reports: issue with Set Report Font.vi

I am running LabVIEW6.0.2 on a Windows ME machine. I am using the Set Report Font.vi to turn underline, bold, and italics on/off between output lines of a html report. For example, in the data flow of my program I have:

Append Numeric Table to Report.vi
New Report Line.vi
Set Report Font.vi (italic on, underline on, bold on)
Append Report Text.vi
New Report Line.vi
Set Report Font.vi (italic off, underlineoff, bold off)
Append Report Text.vi

My ouput is the table, blank line, text in bold, underlined, and italics, blank line, and again text in bold, underlined, and italics, even though it should be NOT bold, NOT underlined, and NOT italics. I have tried putting 2 Set Report Font.vi's in a row, both of which are usi
ng boldoff, underlineoff, and italicoff, but it still doesn't work. Sometimes, if I put Append Report Text.vi and then put another Set Report Font.vi (underline off, bold off), the underline will be turned off from that point on, but the underline will still be on for the rest of the report.

I have uninstalled NI Reports, then reinstalled NI Reports, reinstalled LabVIEW 6.0.2 runtime engine, but I still am having this problem...if anyone has any ideas I would be very appreciative
0 Kudos
Message 1 of 2
(2,602 Views)
Nateh,

I have built a small VI using exactly the steps you outlined above and was able to get the correct results in LabVIEW 6i. I've attached my VI and some sample output I generated using the VI. I'd suggest taking a look at these files in order to compare how they differ from your code. Best of luck.

Josh H.
Applications Engineer
National Instruments
www.ni.com/ask
Download All
0 Kudos
Message 2 of 2
(2,601 Views)