Hi all,
I'm trying to display a form in SBO. I developped a program in VB with the following lines :
Dim oXMLDoc1 As MSXML2.DOMDocument
Set oXMLDoc1 = New MSXML2.DOMDocument
oXMLDoc1.Load ("form1.srf")
SBO_Application.LoadBatchActions oXMLDoc1.xml
Everything is running well. I just don't know how to display this form now as I suppose it is just loaded with those 4 lines...
Thanks for your help
Vincent
Add a comment