Prompts for User Id and Password login details in a modal dialog form.

Syntax

ISCommonDialog.GetLogin(databaseConnectionInfo, userId, password, [showDatabaseName])

Parameters

NameTypeOptionalByRefDescription
databaseConnectionInfo ISDatabaseConnectionInfo The Database connection information entered.
userId String ByRef The User Id entered.
password String ByRef The Password entered.
showDatabaseName Boolean Optional Indicates whether to Show the Database Name. This only applies to Connect Database which have a Configuration table. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel or an error occurred.

Member of:
ISCommonDialog
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0