ArcFM Desktop Developer Guide
IMMPxLogin2 Interface Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by IMMPxLogin2.

Public Properties
 NameDescription
 PropertyCancelledThis property indicates whether the user cancelled out of the login form (as boolean).  
 PropertyCaptionThe caption for the login form. For example, the caption might be 'Login to Session Manager' (as string).  
 PropertyConnectionThis property accesses the OLEDB connection object required for successful login (as Connection).  
 PropertyConnectionStringThis property accesses the provider-specific string for connecting to the Process Framework database.  
 PropertyDatabaseNameThis property provides the name of database to which the user is trying to connect (as string).  
 PropertyProviderThis property provides the name of database provider to which the user is trying to connect (as string).  
 PropertySchemaNameThis property accesses the string prefix indicating the owner of the Process Framework tables (as string).  
 PropertyServerThis property provides the name of server to which the user is trying to connect (as string).  
 PropertyUserNameThis property provides the username of the person who is trying to connect (as string).  
 PropertyVerifyReadTablesThis property allows a list of tables (as Variant) to be passed in upon which read permissions will be verified.  
 PropertyVerifyWriteTablesThis property allows a list of tables (as Variant) to be passed in upon which write permissions will be verified.  
Top
Public Methods
 NameDescription
 MethodCreateEditRSMethod to create a recordset for editing. Requires an SQL query (as string) and a connection (as Connection) as input parameters. Returns the recordset.  
 MethodCreateReadRSMethod to create a read-only recordset. Requires an SQL query (as string) and a connection (as Connection) as input parameters. Returns the recordset.  
 MethodPromptConnectionThis method prompts the user with the Process Framework login dialog and returns a boolean if a connection is successfully established. Unlike the method with the same name on the IMMPxLogin interface, there are no in/out parameters.  
Top
See Also

Reference

IMMPxLogin2 Interface
Miner.Interop.Process Namespace

 

 


Send Comment