Guest_imported
New member
- Jan 1, 1970
- 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
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