|
+
|
CHARACTER LookupBrowserFields
|
Columns (comma delimited list of Column Names) to be shown in the
LookupBrowser.
|
|
+
|
CHARACTER LookupControls
|
A comma seperated list of Control names. The value of the corresponding
Columns gets filled into those Controls.
The value of this Property is defined during DesignTime.
|
|
+
|
CHARACTER LookupDialogFilterFields
|
Fields that allow to Filter on the Lookup Browser Dialog
|
|
+
|
CHARACTER LookupDialogFilterOperators
|
Operators for the LookupDialogFilterFields
|
|
+
|
CHARACTER LookupDialogQueryString
|
QueryString used when opening the Lookup Browser Dialog
|
|
+
|
CHARACTER LookupDialogTitle
|
Dialog title for the LookupDialogForm.
The value of this Property is defined during DesignTime.
|
|
+
|
CHARACTER LookupEntityName
|
Name of the BusinessEntity for the Lookup.
This Property is set by the Developer during DesignTime.
|
|
+
|
CHARACTER LookupEntityTable
|
RootTable for this Instance of the BusinessEntity for the Lookup.
This Property is set by the Developer during DesignTime.
|
|
+
|
CHARACTER LookupEntityView
|
List of Tables to read with the EntityTable.
This Property is set by the Developer during DesignTime.
|
|
+
|
CHARACTER LookupFields
|
A comma seperated list of Column names. The value of those fields
gets filled into the corresponding Controls of the Property
LookupControls.
The value of this Property is defined during DesignTime.
|
|
+
|
CHARACTER LookupKeyField
|
The value of the field which is returned by the SmartLookup.
The value of this Property is defined during DesignTime.
|
|
+
|
CHARACTER LookupKeyValueColumn
|
Gets/Sets the name of the Data Source column which is used for
retrieving the LookupKeyValue property
|
|
+
|
CHARACTER LookupQueryString
|
QueryString used in PerformLookup method
|