pbLoginDialogRequired - cConnection
Determines whether a login dialog is required
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbLoginDialogRequired
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbLoginDialogRequired to BooleanVariable |
| Write Access: | Set pbLoginDialogRequired to BooleanVariable/Value |
Description
LoginConnectIdDialog pops up a database login dialog, which will allow the user to log in and store the login credentials.
This is controlled by pbLoginDialogRequired. If false, no login attempt occurs. If true, this will send LoginConnectIdDialog to the database login dialog.
This dialog is identified by the ghoLoginConnectDialog property, which must be set when pbLoginDialogRequired is true.