Namespace: Consultingwerk.Windows.OpenEdgeLogin
Interface 
IDatabaseLoginPreferences Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.OpenEdgeLogin.DatabaseLoginPreferences

File:IDatabaseLoginPreferences
Purpose:Service Interface describing methods required for maintaining
Database connections opt-out'ed from the OpenEdge login
dialog
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 20 08:05:24 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


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


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