ArcFM Engine Developer Guide
IMMPxLoginEx_PromptConnection Method


Syntax
'Declaration
 
Public Overridable Function IMMPxLoginEx_PromptConnection( _
   ByRef sProvider As String, _
   ByRef sServer As String, _
   ByRef sDBName As String, _
   ByRef sUser As String, _
   ByRef sPassword As String _
) As Boolean
'Usage
 
Dim instance As PxLoginClass
Dim sProvider As String
Dim sServer As String
Dim sDBName As String
Dim sUser As String
Dim sPassword As String
Dim value As Boolean
 
value = instance.IMMPxLoginEx_PromptConnection(sProvider, sServer, sDBName, sUser, sPassword)
public virtual bool IMMPxLoginEx_PromptConnection( 
   out string sProvider,
   out string sServer,
   out string sDBName,
   out string sUser,
   out 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

PxLoginClass Class
PxLoginClass Members

 

 


Send Comment