LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TAB functionality in Report Generation doesn't work.

Inserting TABS either by putting in a string or concatenating with the TAB constant doesn't seem to work. In the HTML file created by "Example HTML Report.vi" there are supposed to be two tabs in the text but they don't seem to be there. I'm trying to perodically insert data into tab delimited columns in a report. I'm using LabView 6i on Win2000.
0 Kudos
Message 1 of 3
(2,876 Views)
It looks like we made a mistake with the example program. I rarely write in HTML, and I could not find a standard tag for tab. I recommend using 5   instead.

Jeremy Braden
National Instruments
0 Kudos
Message 2 of 3
(2,876 Views)
I don't know much about HTML but I haven't found a tag for TAB by looking at a few WEB sites. And yet..there's a "Set Report Tab Width.vi" in the Report Generation sub-pallette. The "Append Report Text.vi" has a sub-vi called "HTML Report Token Converter.vi". When it gets the tag it sends a
, which I believe is a HTML line break. Not exactly equivalent to a TAB as far as I can see. If you can't send a TAB to HTML why set the TAB Width? So it seems the problem isn't with the example it's with the implementation of the Report Generation sub-pallette. Maybe the Report Generation utilities were developed for an older version of HTML and need to be updated. When I "View Source" on the HTML document that's being created, I get "-//W3C//DTD HTML 4.0
Transitional//










USAYPG

4221Z Met Data

Wednesday, June 19, 2002

1:28:04 PM




Test of Report Generation
Item Item Item Item Item







TimeTempHumidityPressure








1.002.003.004.00








101.00102.00103.00104.00


".

Don't know if this will help or not.
0 Kudos
Message 3 of 3
(2,876 Views)