06-02-2008 05:28 PM
06-03-2008 12:34 AM
Hi Snood1,
html shows exactly what you write, but there is no footer like in word. If you "only" want to show the pagenumbers if you print the document, you don´t have to use the "Set Report Footer.vi". Create your html file without thinking about the pagenumbers. The number of overall pages depends on the paper size you choose for the print out. If you open the print file and look into the html case, you see that the print function uses the IE. You can change the default settings like you want them, use File -> Settings there you can change footer and header information. see this link for additional commands http://msdn.microsoft.com/en-us/library/aa969429(VS.85).aspx. If you now save your file you have no header and footer information, but if you print your file, the internet explorer will add the settings (Pagenumber, Date) you want.
Hope it helps.
Mike
06-03-2008 03:47 PM
06-04-2008 02:39 PM
06-04-2008 03:07 PM
And, don't forget about the easiest way to read and write XML data in LabVIEW 😉
@Eli_S wrote:
I think XML is in fact the (easiest) way to do that. The Internet Toolkit has an XML parser that allows you to read and write XML files. Windows also comes with an XML parser that you can use in LabVIEW through ActiveX.