Namespace: Consultingwerk.Windows.OpenEdgeLogin
Class 
DatabaseLoginPreferences Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.OpenEdgeLogin.IDatabaseLoginPreferences

File:DatabaseLoginPreferences
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 20 08:17:56 CEST 2014



Top Method Summary
Options Name Purpose
Consultingwerk.Framework.Collections.CharacterList GetAllOptOutedDbParam () Returns a CharacterList of all database opted-out from the login dialog
LOGICAL IsDisabled (character) Returns TRUE when the user has opted-out from the DB Connection dialog for the given database
OptIn (character) Opts in for the given database connection
OptOut (character) Opts out for the given database connection
WriteSettings (CharacterList) Writes the List of Database Connection Profiles back to the Settings Service


Method Detail
Top

Consultingwerk.Framework.Collections.CharacterList GetAllOptOutedDbParam ()

Purpose: Returns a CharacterList of all database opted-out from the login dialog
Notes:

Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList of all database opted-out from the login dialog
Top

LOGICAL IsDisabled (character)

Purpose: Returns TRUE when the user has opted-out from the DB Connection
dialog for the given database
Notes:

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt out from
Returns LOGICAL
Logical value indicating if the user has opted out from the given DB
Top

OptIn (character)

Purpose: Opts in for the given database connection
Notes: Based on DBPARAM () function

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt in for
Top

OptOut (character)

Purpose: Opts out for the given database connection
Notes: Based on DBPARAM () function

Parameters:
pcDbParam CHARACTER
The DBPARAM value for the DB to opt out for
Top

WriteSettings (CharacterList)

Purpose: Writes the List of Database Connection Profiles back to the
Settings Service
Notes:

Parameters:
poList Consultingwerk.Framework.Collections.CharacterList
The CharacterList of disabled database connection profiles


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.04.2026 22:35:11