TCommDbDialogPref
Support
Supported from 6.1
Description
Defines options for whether or not the user should be should be prompted with a dialog at connect time.
It is used with the CONNECT_PREF_DIALOG_PREF
field.
See also:
ECommDbDialogPrefUnknown |
Preference is unknown. |
ECommDbDialogPrefPrompt |
Produce a dialog prompting the user.The dialog allows the user to choose the IAP or service for a connection from an appropriate list. The list is formed of all IAP or service records specified in the connection preference record that have the appropriate bearer and direction. |
ECommDbDialogPrefWarn |
Produce a dialog warning the user that a connection is being started.The default connection specified in the connection preference record is used. |
ECommDbDialogPrefDoNotPrompt |
Do not produce a prompt dialog.The default connection for the connection preference is used. |
|