LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make a Set of an object in LabVIEW via the ActiveX primitive

Hi,
 
I need to replicate this code in LabVIEW, its VB code
 
<VBCODE>
Private Sub commandPrint_Click()
    Dim factory As Object
     
    Set factory = WebBrowser1.Document.getElementById("factory")
    
    factory.printing.header = "This is my header"
    factory.printing.footer = "Page Footer: &D - &P"
   
End Sub
</VBCODE>
 
 
LabVIEW ChampionArchitect
0 Kudos
Message 1 of 1
(2,228 Views)