ArcFM Solution Developer Guide
PromptConnection Method (IMMPxLogin)


Syntax
'Declaration
 
Function PromptConnection( _
   ByRef sProvider As System.String, _
   ByRef sServer As System.String, _
   ByRef sDBName As System.String, _
   ByRef sUser As System.String, _
   ByRef sPassword As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMPxLogin
Dim sProvider As System.String
Dim sServer As System.String
Dim sDBName As System.String
Dim sUser As System.String
Dim sPassword As System.String
Dim value As System.Boolean
 
value = instance.PromptConnection(sProvider, sServer, sDBName, sUser, sPassword)
System.bool PromptConnection( 
   out System.string sProvider,
   out System.string sServer,
   out System.string sDBName,
   out System.string sUser,
   out System.string sPassword
)

Parameters

sProvider
sServer
sDBName
sUser
sPassword
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxLogin Interface
IMMPxLogin Members

 

 


Send Comment