LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RGT HTML problems

1. Generate Header or Footer String.vi (Only HTML type has problem):

        Someone changed Case Structure from boolean to string, and forgot change "True" to "".  So if you don't want to use Right Text, you have to enter "True" instead of "" (like Left Text and Center Text do).

Generate Header or Footer String.png

 

2. Save Report.vi (Only HTML type has problem)

        Head Text is after </HEAD>.  No way to set HEAD.

Save Report.png

 

George Zou
0 Kudos
Message 1 of 2
(159 Views)

I'll file a Bug on the first item. For the second item, the toolkit currently has no built-in mechanism to set the <title> tag of the HTML. See this VI, which is the constant which defines the top section of an HTML report before the </head> tag:

[LabVIEW 20xx]\vi.lib\Utility\NIReport.llb\HTML Report Generation Message.vi

 

If you want to set your own <title> tag, you'll need to post-process the HTML file after it is created.

Message 2 of 2
(114 Views)