Hi,
I'm trying to replicate this code in LabVIEW, its VB code.
<VBCODE>
Private Sub commandPrint_Click()
Dim factory As Object
' Is it possible to replicate this line with LabVIEW
Set factory = WebBrowser1.Document.getElementById("factory")
factory.printing.header = "This is my header"
factory.printing.footer = "Page Footer: &D - &P"
factory.printing.Print
End Sub
</VBCODE>
WebBrowser1.Document.getElementById("factory") return a refnum and after that... what i need to do to make the Set
Thanks
Dany
LV8.0 | WINXP