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'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
LabVIEW ChampionArchitect
0 Kudos
Message 1 of 2
(2,608 Views)

There is my code in labVIEW for the moment

See attachments

Dany
LabVIEW ChampionArchitect
0 Kudos
Message 2 of 2
(2,603 Views)