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
CHARACTER GetLookupFieldValue (character) Returns a Field Value from the SmartDataObject Adapter
InitializeDataAdapter () Initializes the DataAdapter used by the SmartDataObjectLookupDialog
InitializeDataBinding (Object, EventArgs) Event handler for the Shown event of this dialog form
RestoreLookupSettings () Restores the stored settings for this lookup
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
SmartDataObjectLookupDialog (SmartLookup) Constructor with event subscription

Top Property Summary
Options Name Purpose
CHARACTER AdapterType
Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser
CHARACTER LookupBrowserFields
CHARACTER LookupDialogFilterFields
CHARACTER LookupDialogFilterOperators
CHARACTER LookupKeyField
CHARACTER LookupSmartDataObjectName


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 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

CHARACTER GetLookupFieldValue (character)

Purpose: Returns a Field Value from the SmartDataObject 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 SmartDataObjectLookupDialog
Notes:

Top

InitializeDataBinding (Object, EventArgs)

Purpose: Event handler for the Shown event of this dialog form
Notes: Initializes the Data Binding

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

RestoreLookupSettings ()

Purpose: Restores the stored settings for this lookup
Notes:

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

SmartDataObjectLookupDialog (SmartLookup)

Purpose: Constructor with event subscription
Notes:

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


Property Detail
Top

CHARACTER AdapterType


Returns CHARACTER
Top

Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

CHARACTER LookupBrowserFields


Returns CHARACTER
Top

CHARACTER LookupDialogFilterFields


Returns CHARACTER
Top

CHARACTER LookupDialogFilterOperators


Returns CHARACTER
Top

CHARACTER LookupKeyField


Returns CHARACTER
Top

CHARACTER LookupSmartDataObjectName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:06:43