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