Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need to use the object MSQMUI through the language="vbscript"

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I want to recreate the functionality of a MINT using objects MSQMUI (Mincom Connector) in language="vbscript".

I can work perfectly with MIMSX (Mincom Connector) in language="vbscript".

Example:

' Create the MIMS Server
Set g_objMIMSServer = CreateObject( "MIMSX.MIMSXServer" )

' Initialise the server
g_objMIMSServer.Initialise

' Create block
SetStatus "Retrieving User Context"
g_objMIMSServer.Blocks.RemoveAll
Set objMIMSBlock = g_objMIMSServer.Blocks.New("_context_")

....

But, I can't create a objects MSQMUI (to recreate the functionality of a MINT).


Do you have any example?
Do you know the solutions?


Regards



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top