Top Method Summary
Options Name Purpose
ApplyFilter () Applies the filter to the query
BrowserInitializeLayout (Object, InitializeLayoutEventArgs) Event handler for the InitializeLayout event of the Lookup Grid Control
BrowserKeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown event of the Lookup Browser
cbFilterField_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbFilterField
cbFilterValue_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbFilterValue
CHARACTER GetLookupFieldValue (character) Returns a Field Value from the Business Entity Adapter
InitializeDataAdapter () Initializes the DataAdapter used by the SmartBusinessEntityLookupDialog
InitializeDataBinding () Initializes the Data Binding
InitializeExceptFields () Initializes the ExceptField Lists of the Data Adapter
InitialRetrieveData () Retrieves the initial data in the Lookup Dialog
OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs) Raises the AfterInitializeBusinessEntityAdapter event
OnLoad (EventArgs) Raises the Load event
OnShown (EventArgs) Raises the Shown event
ResetFilter () Resets the filter of the query
RestoreLookupSettings () Restores the stored settings for this lookup
SetText (character) Sets the Title of the Lookup Dialog
SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs) Method to be executed inside the class which implements the Interface IDefaultActionSubscriber.
StoreLookupSettings (Object, EventArgs) Event handler for the Closed event of the Lookup Dialog
tbSearchField_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the tbSearchField
tbSearchField_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the tbSearchField

Top Constructor Summary
Options Name Purpose
SmartBusinessEntityLookupDialog () Constructor for the SmartBusinessEntityLookupDialog class
SmartBusinessEntityLookupDialog (character) Constructor for the SmartBusinessEntityLookupDialog class
SmartBusinessEntityLookupDialog (SmartLookup) Constructor for the SmartBusinessEntityLookupDialog class

Top Event Summary
Options Name Purpose
AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs) Event raised when the lookups SmartBusinessEntityAdapter is initialized

Top Property Summary
Options Name Purpose
CHARACTER AdapterType
CHARACTER AppServerPartition
Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser
CHARACTER LookupBrowserExcludeFields
CHARACTER LookupBrowserFields
CHARACTER LookupDialogFilterFields
CHARACTER LookupDialogFilterOperators
LOGICAL LookupDialogOpenQuery
CHARACTER LookupDialogQuerySort
CHARACTER LookupDialogQueryString
CHARACTER LookupEntityName
CHARACTER LookupEntityTable
CHARACTER LookupEntityView
CHARACTER LookupKeyField
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LookupSmartBusinessEntityAdapter
CHARACTER TranslationScope


Method Detail
Top

ApplyFilter ()

Purpose: Applies the filter to the query
Notes:

Top

BrowserInitializeLayout (Object, InitializeLayoutEventArgs)

Purpose: Event handler for the InitializeLayout event of the Lookup Grid Control
Notes: Make sure that only the given list of LookupBrowserFields and none
of the fields in LookupBrowserExcludeFields are visible.
If LookupBrowserFields is an empty string all columns will be shown

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
The InitializeLayoutEventArgs with the data for this event
Top

BrowserKeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the Lookup Browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

cbFilterField_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbFilterField
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

cbFilterValue_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbFilterValue
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

CHARACTER GetLookupFieldValue (character)

Purpose: Returns a Field Value from the Business Entity Adapter
Notes:

Parameters:
pcFieldName CHARACTER
The name of the Field to return
Returns CHARACTER
The value of the field
Top

InitializeDataAdapter ()

Purpose: Initializes the DataAdapter used by the SmartBusinessEntityLookupDialog
Notes:

Top

InitializeDataBinding ()

Purpose: Initializes the Data Binding
Notes:

Top

InitializeExceptFields ()

Purpose: Initializes the ExceptField Lists of the Data Adapter
Notes:

Top

InitialRetrieveData ()

Purpose: Retrieves the initial data in the Lookup Dialog
Notes: Performs a FindRowWhere call instead of RetrieveData when the lookup
control contains a value. This is to avoid an extra backend call
(SCL-960)

Top

OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs)

Purpose: Raises the AfterInitializeBusinessEntityAdapter event
Notes:

Parameters:
e Consultingwerk.SmartComponents.Implementation.AfterInitializeBusinessEntityAdapterEventArgs
The AfterInitializeBusinessEntityAdapterEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

ResetFilter ()

Purpose: Resets the filter of the query
Notes:

Top

RestoreLookupSettings ()

Purpose: Restores the stored settings for this lookup
Notes:

Top

SetText (character)

Purpose: Sets the Title of the Lookup Dialog
Notes:

Parameters:
pcText CHARACTER
The Text to be used as the Forms Title
Top

SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs)

Purpose: Method to be executed inside the class which implements the Interface
IDefaultActionSubscriber.
Notes: Invoked by the SmartDataBrowser Instance if the DefaultActionHandler
Method is executed.

Parameters:
sender Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the Instance of the SmartDataBrowser which has invoked the Method
e System.EventArgs
The System.EventArgs with the data for this event
Top

StoreLookupSettings (Object, EventArgs)

Purpose: Event handler for the Closed event of the Lookup Dialog
Notes: Stores the Lookup Settings in the Settings Service

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

tbSearchField_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the tbSearchField
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

tbSearchField_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the tbSearchField
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event


Constructor Detail
Top

SmartBusinessEntityLookupDialog ()

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes:

Top

SmartBusinessEntityLookupDialog (character)

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes:

Parameters:
pcLookupRegistryKey CHARACTER
The settings key to use for the Lookup Dialog to store grid and dialog settings
Top

SmartBusinessEntityLookupDialog (SmartLookup)

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes: This constructor calls back into the Lookup Control to receive the
Lookup Dialog Settings Registry key

Parameters:
poSmartLookup Consultingwerk.SmartComponents.Base.SmartLookup
The reference to the SmartLookup instance for this LookupDialog


Event Detail
Top

AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs)

Purpose: Event raised when the lookups SmartBusinessEntityAdapter is initialized
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Consultingwerk.SmartComponents.Implementation.AfterInitializeBusinessEntityAdapterEventArgs
The AfterInitializeBusinessEntityAdapterEventArgs with the data for this event


Property Detail
Top

CHARACTER AdapterType


Returns CHARACTER
Top

CHARACTER AppServerPartition


Returns CHARACTER
Top

Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

CHARACTER LookupBrowserExcludeFields


Returns CHARACTER
Top

CHARACTER LookupBrowserFields


Returns CHARACTER
Top

CHARACTER LookupDialogFilterFields


Returns CHARACTER
Top

CHARACTER LookupDialogFilterOperators


Returns CHARACTER
Top

LOGICAL LookupDialogOpenQuery


Returns LOGICAL
Top

CHARACTER LookupDialogQuerySort


Returns CHARACTER
Top

CHARACTER LookupDialogQueryString


Returns CHARACTER
Top

CHARACTER LookupEntityName


Returns CHARACTER
Top

CHARACTER LookupEntityTable


Returns CHARACTER
Top

CHARACTER LookupEntityView


Returns CHARACTER
Top

CHARACTER LookupKeyField


Returns CHARACTER
Top

Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LookupSmartBusinessEntityAdapter


Returns Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
Top

CHARACTER TranslationScope


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:23:55