Namespace: Consultingwerk.WindowIntegrationKit.Controls
Class 
RenderedBrowseWithSearchControl Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Implements: Consultingwerk.WindowIntegrationKit.Controls.IOverlayControl

File:RenderedBrowseWithSearchControl
Purpose:A variant of the RenderedBrowseControl with support for
the UltraGrid FilterUI as a filter row
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Sep 06 11:19:13 CEST 2012
Purpose: Raised when the user pressed Enter or Return in a Filter Cell
Notes:



Top Method Summary
Options Name Purpose
+ ActivateCurrentBrowseColumn () Activates the current browse column in the Grid
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# HANDLE AlternativeQuery (handle) Creates an alternative query that contains alternative buffers to the tables used by the original query
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ AnchorBottom () Anchors the Grid at the bottom of it's container and takes all remaining space
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# ApplyValueChanged () Raises the VALUE-CHANGED Event to the Browse Widget
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ F HANDLE BrowseColumnHandleFromGridColumnKey (character) Returns the handle of the browse column related to the UltraGridColumn
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CloseQuery () Closes the query by opening it with a query string that matches no records
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ F CHARACTER ColumnKeyFromColumnHandle (handle) Returns the key of the UltraGridColumn that represents the given column of the browse
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ F CHARACTER ColumnKeyFromFieldName (character, character) Returns the key of the UltraGridColumn that represents the given buffer field
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# DeleteAlternativeQuery (handle, handle[]) Deletes the alternative query and buffer
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL DESELECT-FOCUSED-ROW () Deselects the row with current focus.
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ DisplayCurrentRow () Re-Display's the current row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ DisplayFromBrowse () Displays the current browse values on the Grid's current row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ DisplayFromGrid () Displays the current Grid values on the BROWSE widgets current row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ EnableDisableColumns () Enables and Disables the Columns in the RenderedBrowseControl based on the current state of the browser columns
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ EnterBrowseCell (handle) Call back procedure for the ENTRY event of the Browse Cells
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchByRowid (rowid) Fetches a row/record by a ROWID
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchByRowid (rowid[]) Fetches a row/record by a ROWID Array
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchFirst () Fetches the first row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchLast () Fetches the last row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchNext () Fetches the next row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FetchPrevious () Fetches the previous row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL FetchRow (integer) Moves a query objects result list pointer to the row corresponding to the specified sequence number.
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# FillFilterDictionary () Populates the current Filter Dictionary
# FormDisposedHandler (Object, EventArgs) Event handler for the Dispose event of the containing Form
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER GetBrowseColumns () Returns an array describing every column of the browse widget
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ INTEGER GetRepositionedRow () Returns the row index of the browse viewport where the REPOSITION TO ROWID (or RECID) statement displays a repositioned record.
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# InitializeGrid (handle, logical) Initializes the Grid with the layout from the Progress Browse widget
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ InitializeGrid (RenderedBrowseContext) Initializes the Grid based on the RenderedBrowseContext instance
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# InitializeUniqueKeys () Initializes the UniqueKeyDictionary
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER KeyFieldsForBuffer (handle) Returns the list of unqiue key fields for a buffer
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# CHARACTER LoadSettings () Loads a browsers column settings from the Registry
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# NewUltraGridColumn (UltraGridColumn) Overloadable method, invoked whenever the Grid creates a new Column
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnAfterCellActivate () Called after a cell is activated
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnAfterCellUpdate (CellEventArgs) Raises the AfterCellUpdate event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnAfterRowActivate () Called after a row is activated
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnApplyFilter (EventArgs) Raises the ApplyFilter event
# OnBeforeCellDeactivate (CancelEventArgs) Called before a cell is deactivated
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnBeforeEnterEditMode (CancelEventArgs) Called before entering edit mode
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnBeforeRowDeactivate (CancelEventArgs) Called before a row is deactivated
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnBeforeSortChange (BeforeSortChangeEventArgs) Raises the BeforeSortChange event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnDefaultAction (EventArgs) Raises the DefaultAction event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnEnter (EventArgs) Raises the Enter event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs) Raises the FindRecordsForCalculatedFields event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnGotFocus (EventArgs) Invokes the GotFocus event.
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnInitializeLayout (InitializeLayoutEventArgs) Called when the layout is first initialized after the datasource has been set
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnKeyDown (KeyEventArgs) Raises the Key Down Event
Overrides Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl:OnKeyDown (KeyEventArgs)
# OnLeave (EventArgs) Raises the Leave event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnMouseClick (MouseEventArgs) Raises the MouseClick event
Overrides Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl:OnMouseClick (MouseEventArgs)
# OnMouseWheel (MouseEventArgs) Raises the MouseWheel Event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnOffHome (EventArgs) Raises the OffHome event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnParentChanged (EventArgs) Raises the ParentChanged Event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# OnVisibleChanged (EventArgs) Raises the VisibleChanged event
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# ProcessColorCodingAndCalculatedFields (UltraGridRow) Processes color coding and calculted fields for a single grid row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# CHARACTER QueryExceptList (handle) Builds a list of Columns that need to be excluded from the BindingSource
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ ReGroupBy () Forces the Grid to update the row grouping (outlook group by)
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ RepositionControl () Positions the RenderedBrowseControl on top of the Progress Browse
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# RestoreDynamicBrowseColumns (character[]) Restores the columns of a dynamic browse widget after the query has been replaced with the alternative query
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# RestoreSettings () Restores the stored User settings for the RenderedBrowseControl instance
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER ReturnGridSettings () Returns the User Settings string for the RenderedBrowseControl instance
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SaveCurrentRow () Saves the current row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SaveCurrentRow (logical) Saves the current row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ ScrollToCurrentRow (logical) Scrolls to the BindingSource's position
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SelectBrowseRow () Selects the (temporary row in the browse widget)
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SetRepositionedRow (integer, character) Sets the row index where records positioned with the REPOSITION TO ROWID (or RECID) statement are displayed.
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# CHARACTER SetTableSchemaColumnsFromBrowse () Returns the comma delimited list of all field names in the browse widget
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# CHARACTER SetTableSchemaColumnsFromBrowseAndFields () Builds a list of fields for the BindingSource when the BindingSourceFields property is set to BindingSourceFieldsEnum:ListAndFields
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ StoreSettings () Stores the Column settings to the ISettingsService
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SynchronizeCurrentColumn () Updates the current browse cell with the values from the Grid
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ SynchronizeVisibleColumns () Views and hides columns in the Grid based on the HIDDEN attribute of the browsers columns
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# CHARACTER UniqueFindPredicate (handle, UltraGridRow) Builds a QueryString predicate that can be used to (re)fetch a record based on equality of primary unique columns Based on the UniqueKeyDictionary values of predetermined unique key columns @param phBuffer The Handle to the buffer to return the FIND predicate for @param poRow The reference to the Row collection that contains the values @return The FIND predicate */
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ UpdateTitle () Updates the Text property of the Grid based on the TITLE property of the Progress browser
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# VerifyColorCodedColumnNames () Verifies that the value of the Property ColorCodedColumnNames matches the setting of UseFullFieldNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
# VerifyCustomCalculatedColumnNames () Verifies that the value of the Property CustomCalculatedColumnNames matches the setting of UseFullFieldNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ ViewHideColumns () Views and hides columns based on the browsers columns and sets the column header captions
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Top Constructor Summary
Options Name Purpose
+ RenderedBrowseWithSearchControl (RenderedBrowseContext) Constructor of the RenderedBrowseWithSearchControl class

Top Event Summary
Options Name Purpose
+ ApplyFilter DELEGATE System.EventHandler Raised when the user pressed Enter or Return in a Filter Cell
+ DefaultAction DELEGATE System.EventHandler EVent raised when the user double clicks a row or presses Enter
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs) Event raised when the user double clicks a row or presses Enter
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ OffHome DELEGATE System.EventHandler Event raised when an attempt is made to scroll beyond the first row
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Top Property Summary
Options Name Purpose
+ LOGICAL AnchoredBottom
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum ApplyCellLeaveToBrowse
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyEntryOnEnter
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum ApplyFunctionKeyEvents
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyingEntry
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyIterationChanged
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyRowDisplayBeforeDisplayFields
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyRowEntryOnBeforeEnterEditMode
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyRowEntryOnRowActivate
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyRowLeaveOnLeave
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ApplyRowLeaveOnRowDeactivate
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL AssignBindingSourceOnRowDeactivate
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL Batching
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Progress.Data.BindingSource BindingSource
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER BindingSourceFieldList
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum BindingSourceFields
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ WIDGET-HANDLE BrowseHandle
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ HANDLE CallbackProcedure
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER ColorCodedColumnHandles
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER ColorCodedColumnNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.Windows.IColorTableConverter ColorTableConverter
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER ColumnLabels
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER ColumnWidths
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ HANDLE CURRENT-COLUMN
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum CursorKeyNavigationInEdit
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER CustomCalculatedColumnNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL DefaultActionHandled
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL DisableCalculatedFieldsAndColor
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL DisableOutlookGroupBy
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL DynamicColumns
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.Framework.Collections.CharacterDictionary FilterValues
# LOGICAL InConstructor
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER LastActiveCell
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ INTEGER MaxDataGuess
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL MonitorBrowseCellEntry
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ INTEGER NUM-LOCKED-COLUMNS
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ HANDLE QUERY
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow RepositionedRow
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER SettingsKey
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL SuspendEvents
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER UnboundColumnHandles
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER UnboundColumnNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL UseFullFieldNames
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ LOGICAL ValueChangedSuspended
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ CHARACTER VisibleColumns
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
+ HANDLE WidgetHandle
Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl


Method Detail
Top

PUBLIC ActivateCurrentBrowseColumn ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Activates the current browse column in the Grid
Notes:

Top

PROTECTED HANDLE AlternativeQuery (handle)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Creates an alternative query that contains alternative buffers to
the tables used by the original query
Notes: Used in the RenderedBrowseControl to assign to the query handle of
the original browse widget

Parameters:
phQuery HANDLE
The original browse handle
Returns HANDLE
The handle to the alternative query created by this routine
Top

PUBLIC AnchorBottom ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Anchors the Grid at the bottom of it's container and takes all remaining space
Notes:

Top

PROTECTED ApplyValueChanged ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the VALUE-CHANGED Event to the Browse Widget
Notes: Conditionally raises the obsolete ITERATION-CHANGED Event as well

Top

PUBLIC HANDLE BrowseColumnHandleFromGridColumnKey (character)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the handle of the browse column related to the UltraGridColumn
Notes:

Parameters:
pcColumnKey CHARACTER
The key of the UltraGridColumn
Returns HANDLE
The handle of the browse column
Top

PUBLIC CloseQuery ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Closes the query by opening it with a query string that matches
no records
Notes: Closing a query that is attached to a binding source results in
runtime errors.

Top

PUBLIC CHARACTER ColumnKeyFromColumnHandle (handle)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the key of the UltraGridColumn that represents the given
column of the browse
Notes:

Parameters:
phColumn HANDLE
The handle of a browse column
Returns CHARACTER
The UltraGridColumn Key name (CHARACTER)
Top

PUBLIC CHARACTER ColumnKeyFromFieldName (character, character)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the key of the UltraGridColumn that represents the given
buffer field
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer in the query
pcFieldName CHARACTER
The nae of the buffer field
Returns CHARACTER
The UltraGridColumn Key name (CHARACTER)
Top

PROTECTED DeleteAlternativeQuery (handle, handle[])

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Deletes the alternative query and buffer
Notes:

Parameters:
phQueryHandle HANDLE
The handle of the alternative query
phQueryBuffers HANDLE
The array of Query Buffer handles
Top

PUBLIC LOGICAL DESELECT-FOCUSED-ROW ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Deselects the row with current focus.
Notes: Returns TRUE for compability with the ABL built in method

Returns LOGICAL
Logical value, always TRUE
Top

PUBLIC DisplayCurrentRow ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Re-Display's the current row
Notes:

Top

PUBLIC DisplayFromBrowse ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Displays the current browse values on the Grid's current row
Notes:

Top

PUBLIC DisplayFromGrid ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Displays the current Grid values on the BROWSE widgets current row
Notes:

Top

PUBLIC EnableDisableColumns ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Enables and Disables the Columns in the RenderedBrowseControl based
on the current state of the browser columns
Notes:

Top

PUBLIC EnterBrowseCell (handle)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Call back procedure for the ENTRY event of the Browse Cells
Notes: Invoked from the browse-event-handler.p Procedure

Parameters:
phColumn HANDLE
The Handle to the Browse Column
Top

PUBLIC FetchByRowid (rowid)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches a row/record by a ROWID
Notes: Creates an ROWID EXTENT 1 value and uses the FetchByRowid (ROWID EXTENT)
implementation

Parameters:
poRowid ROWID
The ROWID to reposition to
Top

PUBLIC FetchByRowid (rowid[])

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches a row/record by a ROWID Array
Notes:

Parameters:
poRowid ROWID
The Array of ROWIDs to reposition to
Top

PUBLIC FetchFirst ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches the first row
Notes:

Top

PUBLIC FetchLast ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches the last row
Notes:

Top

PUBLIC FetchNext ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches the next row
Notes:

Top

PUBLIC FetchPrevious ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Fetches the previous row
Notes:

Top

PUBLIC LOGICAL FetchRow (integer)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Moves a query objects result list pointer to the row corresponding
to the specified sequence number.
Notes:

Parameters:
piRow INTEGER
An integer expression representing the sequence number.
Returns LOGICAL
Logical value, indicating the success of the operation
Top

PROTECTED FillFilterDictionary ()

Purpose: Populates the current Filter Dictionary
Notes:

Top

PROTECTED FormDisposedHandler (Object, EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Event handler for the Dispose event of the containing Form
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

PUBLIC CHARACTER GetBrowseColumns ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns an array describing every column of the browse widget
Notes: Returns per Column Buffername.Fieldname or CALC:DATA-TYPE,FORMAT,INITIAL,LABEL

Returns CHARACTER
A dynamic array with the current browse columns
Top

PUBLIC INTEGER GetRepositionedRow ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the row index of the browse viewport where the REPOSITION
TO ROWID (or RECID) statement displays a repositioned record.
Notes:

Returns INTEGER
The row index of the browse viewport where the REPOSITION TO ROWID (or RECID) statement displays a repositioned record.
Top

PROTECTED InitializeGrid (handle, logical)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Initializes the Grid with the layout from the Progress Browse widget
Notes:

Parameters:
phBrowse HANDLE
The handle of the original browse widget
plUseBatching LOGICAL
Controls the use of Batching of the ProBindingSource
Top

PUBLIC InitializeGrid (RenderedBrowseContext)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Initializes the Grid based on the RenderedBrowseContext instance
Notes: Invoked from the Constructor. Allows to re-initialize the Grid when
either the Query or the Browse columns have changed

Parameters:
poContext Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseContext
An instance of a Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseContext that contains the settings for this RenderedBrowseControl instance
Top

PROTECTED InitializeUniqueKeys ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Initializes the UniqueKeyDictionary
Notes:

Top

PUBLIC CHARACTER KeyFieldsForBuffer (handle)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the list of unqiue key fields for a buffer
Notes: This is a seperate method to allow customer specific overrides

Parameters:
phBuffer HANDLE
The handle of the buffer
Returns CHARACTER
The comma delimited list of field column names
Top

PROTECTED CHARACTER LoadSettings ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Loads a browsers column settings from the Registry
Notes:

Returns CHARACTER
The current user settings
Top

PROTECTED NewUltraGridColumn (UltraGridColumn)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Overloadable method, invoked whenever the Grid creates a new Column
Notes: Suitable place to attach ValueBasedAppearance's to the Grid Column

Parameters:
poColumn Infragistics.Win.UltraWinGrid.UltraGridColumn
The reference to the new UltraGridColumn
Top

PROTECTED OnAfterCellActivate ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called after a cell is activated
Notes:

Top

PROTECTED OnAfterCellUpdate (CellEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the AfterCellUpdate event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.CellEventArgs
The CellEventArgs with the data for this event
Top

PROTECTED OnAfterRowActivate ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called after a row is activated
Notes:

Top

PROTECTED OnApplyFilter (EventArgs)

Purpose: Raises the ApplyFilter event
Notes:

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

PROTECTED OnBeforeCellDeactivate (CancelEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called before a cell is deactivated
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
An System.ComponentModel.CancelEventArgs instance that contains the event data.
Top

PROTECTED OnBeforeEnterEditMode (CancelEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called before entering edit mode
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
An System.ComponentModel.CancelEventArgs instance that contains the event data.
Top

PROTECTED OnBeforeRowDeactivate (CancelEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called before a row is deactivated
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
An System.ComponentModel.CancelEventArgs instance that contains the event data.
Top

PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the BeforeSortChange event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.BeforeSortChangeEventArgs
The BeforeSortChangeEventArgs with the data for this event
Top

PROTECTED OnDefaultAction (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the DefaultAction event
Notes:

Parameters:
e System.EventArgs
An System.EventArgs that contains the event data.
Top

PROTECTED OnEnter (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the Enter event
Notes: Applies ENTRY to the Progress Browse Widget when ApplyEntryOnEnter is
true

Parameters:
e System.EventArgs
The System.EventArgs that contains the event data
Top

PROTECTED OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the FindRecordsForCalculatedFields event
Notes:

Parameters:
e Consultingwerk.WindowIntegrationKit.Controls.FindRecordsForCalculatedFieldsEventArgs
The FindRecordsForCalculatedFieldsEventArgs with the data for this event
Top

PROTECTED OnGotFocus (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Invokes the GotFocus event.
Notes:

Parameters:
e System.EventArgs
An System.EventArgs instance that contains the event data.
Top

PROTECTED OnInitializeLayout (InitializeLayoutEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Called when the layout is first initialized after the datasource
has been set
Notes: Used to update the Grid's layout with the layout of the underlying
Progress Browser after the Grid has build Grid Columns for the
Binding Source (query) columns

Parameters:
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
An System.EventArgs that contains the event data.
Top

PROTECTED OnKeyDown (KeyEventArgs)

Overrides Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl:OnKeyDown (KeyEventArgs)
Purpose: Raises the Key Down Event
Notes: Handles the Return or Enter key in a Filter cell

Parameters:
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

PROTECTED OnLeave (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the Leave event
Notes:

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

PROTECTED OnMouseClick (MouseEventArgs)

Overrides Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl:OnMouseClick (MouseEventArgs)
Purpose: Raises the MouseClick event
Notes:

Parameters:
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

PROTECTED OnMouseWheel (MouseEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the MouseWheel Event
Notes: Used implement backwards-batching

Parameters:
e System.Windows.Forms.MouseEventArgs
System.Windows.Forms.MouseEventArgs
Top

PROTECTED OnOffHome (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the OffHome event
Notes:

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

PROTECTED OnParentChanged (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the ParentChanged Event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs instance that contains the event data
Top

PROTECTED OnVisibleChanged (EventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Raises the VisibleChanged event
Notes:

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

PROTECTED ProcessColorCodingAndCalculatedFields (UltraGridRow)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Processes color coding and calculted fields for a single grid row
Notes: Invoked from OnInitializeRow

Parameters:
poRow Infragistics.Win.UltraWinGrid.UltraGridRow
The currently initialized Grid Row
Top

PROTECTED CHARACTER QueryExceptList (handle)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Builds a list of Columns that need to be excluded from the BindingSource
Notes: Prior to 10.2B Service Pack 5 the BindingSource was not able to
distinguish between columns with the same name from two joined
buffers. This method was used to build a list of columns that had
to be excluded from the binding source to avoid issues with the
UltraGrid caused by duplicate column key values

Parameters:
phQuery HANDLE
The handle of the Query widget
Returns CHARACTER
The list of columns to be excluded from the Query
Top

PUBLIC ReGroupBy ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Forces the Grid to update the row grouping (outlook group by)
Notes: Performs re-GroupBy only when there are GroupBy Columns

Top

PUBLIC RepositionControl ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Positions the RenderedBrowseControl on top of the Progress Browse
Notes: Set's Location and Size properties

Top

PROTECTED RestoreDynamicBrowseColumns (character[])

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Restores the columns of a dynamic browse widget after the query has
been replaced with the alternative query
Notes: The column description has been built by GetBrowseColumns

Parameters:
pcColumns CHARACTER
An array of browse column descriptions
Top

PROTECTED RestoreSettings ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Restores the stored User settings for the RenderedBrowseControl instance
Notes:

Top

PUBLIC CHARACTER ReturnGridSettings ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the User Settings string for the RenderedBrowseControl instance
Notes:

Returns CHARACTER
The serialized user settings of the current RenderedBrowseControl
Top

PUBLIC SaveCurrentRow ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Saves the current row
Notes: Defaults to APPLY ROW-LEAVE to the ABL Browse Widget

Top

PUBLIC SaveCurrentRow (logical)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Saves the current row
Notes:

Parameters:
plApplyRowLeave LOGICAL
Logical value indicating if ROW-LEAVE should be applied to the ABL Browse Widget
Top

PUBLIC ScrollToCurrentRow (logical)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Scrolls to the BindingSource's position
Notes:

Parameters:
plAllRegions LOGICAL
Controls if all RowScrollRegions will be positioned to the current row of just the first one.
Top

PUBLIC SelectBrowseRow ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Selects the (temporary row in the browse widget)
Notes:

Top

PUBLIC SetRepositionedRow (integer, character)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Sets the row index where records positioned with the REPOSITION TO
ROWID (or RECID) statement are displayed.
Notes: Currently not yet supports

Parameters:
piRowIndex INTEGER
Indicates the row number where the new record is displayed, 1 being the first row.
pcRepositionMode CHARACTER
ALWAYS or CONDITIONAL
Top

PROTECTED CHARACTER SetTableSchemaColumnsFromBrowse ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Returns the comma delimited list of all field names in the browse
widget
Notes:

Returns CHARACTER
The comma delimited list of all field names in the browse
Top

PROTECTED CHARACTER SetTableSchemaColumnsFromBrowseAndFields ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Builds a list of fields for the BindingSource when the BindingSourceFields
property is set to BindingSourceFieldsEnum:ListAndFields
Notes:

Returns CHARACTER
The list of BindingSource fields
Top

PUBLIC StoreSettings ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Stores the Column settings to the ISettingsService
Notes: This method should be called when settings should be explicitly
stored or when te Parent Forms closes

Top

PUBLIC SynchronizeCurrentColumn ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Updates the current browse cell with the values from the Grid
Notes: Used to make sure that the updatable ABL browse widget is up
to date during event handlers

Top

PUBLIC SynchronizeVisibleColumns ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Views and hides columns in the Grid based on the HIDDEN attribute
of the browsers columns
Notes:

Top

PROTECTED CHARACTER UniqueFindPredicate (handle, UltraGridRow)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Builds a QueryString predicate that can be used to (re)fetch a
record based on equality of primary unique columns
Based on the UniqueKeyDictionary values of predetermined unique key
columns

Parameters:
phBuffer HANDLE
The Handle to the buffer to return the FIND predicate for
poRow Infragistics.Win.UltraWinGrid.UltraGridRow
The reference to the Row collection that contains the values
Returns CHARACTER
The FIND predicate
Top

PUBLIC UpdateTitle ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Updates the Text property of the Grid based on the TITLE property
of the Progress browser
Notes: May be used in the triggerend.i include files.

Top

PROTECTED VerifyColorCodedColumnNames ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Verifies that the value of the Property ColorCodedColumnNames
matches the setting of UseFullFieldNames
Notes:

Top

PROTECTED VerifyCustomCalculatedColumnNames ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Verifies that the value of the Property CustomCalculatedColumnNames
matches the setting of UseFullFieldNames
Notes:

Top

PUBLIC ViewHideColumns ()

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Views and hides columns based on the browsers columns and sets
the column header captions
Notes:



Constructor Detail
Top

PUBLIC RenderedBrowseWithSearchControl (RenderedBrowseContext)

Purpose: Constructor of the RenderedBrowseWithSearchControl class
Notes:

Parameters:
poContext Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseContext
An instance of a Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseContext that contains the settings for this RenderedBrowseControl instance


Event Detail
Top

PUBLIC ApplyFilter DELEGATE System.EventHandler

Purpose: Raised when the user pressed Enter or Return in a Filter Cell
Notes:

Delegate: System.EventHandler
Top

PUBLIC DefaultAction DELEGATE System.EventHandler

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: EVent raised when the user double clicks a row or presses Enter
Notes:

Delegate: System.EventHandler
Top

PUBLIC FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs)

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Event raised when the user double clicks a row or presses Enter
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.WindowIntegrationKit.Controls.FindRecordsForCalculatedFieldsEventArgs
The FindRecordsForCalculatedFieldsEventArgs with the data for this event
Top

PUBLIC OffHome DELEGATE System.EventHandler

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
Purpose: Event raised when an attempt is made to scroll beyond the first row
Notes:

Delegate: System.EventHandler


Property Detail
Top

PUBLIC LOGICAL AnchoredBottom

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum ApplyCellLeaveToBrowse

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum
Top

PUBLIC LOGICAL ApplyEntryOnEnter

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum ApplyFunctionKeyEvents

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum
Top

PUBLIC LOGICAL ApplyingEntry

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyIterationChanged

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyRowDisplayBeforeDisplayFields

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyRowEntryOnBeforeEnterEditMode

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyRowEntryOnRowActivate

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyRowLeaveOnLeave

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ApplyRowLeaveOnRowDeactivate

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL AssignBindingSourceOnRowDeactivate

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL Batching

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC Progress.Data.BindingSource BindingSource

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Progress.Data.BindingSource
Top

PUBLIC CHARACTER BindingSourceFieldList

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum BindingSourceFields

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum
Top

PUBLIC WIDGET-HANDLE BrowseHandle

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns WIDGET-HANDLE
Top

PUBLIC HANDLE CallbackProcedure

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns HANDLE
Top

PUBLIC CHARACTER ColorCodedColumnHandles

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC CHARACTER ColorCodedColumnNames

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC Consultingwerk.Windows.IColorTableConverter ColorTableConverter

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.Windows.IColorTableConverter
Top

PUBLIC CHARACTER ColumnLabels

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC CHARACTER ColumnWidths

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC HANDLE CURRENT-COLUMN

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns HANDLE
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum CursorKeyNavigationInEdit

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum
Top

PUBLIC CHARACTER CustomCalculatedColumnNames

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC LOGICAL DefaultActionHandled

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL DisableCalculatedFieldsAndColor

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL DisableOutlookGroupBy

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL DynamicColumns

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterDictionary FilterValues


Returns Consultingwerk.Framework.Collections.CharacterDictionary
Top

PROTECTED LOGICAL InConstructor

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC CHARACTER LastActiveCell

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC INTEGER MaxDataGuess

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns INTEGER
Top

PUBLIC LOGICAL MonitorBrowseCellEntry

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC INTEGER NUM-LOCKED-COLUMNS

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns INTEGER
Top

PUBLIC HANDLE QUERY

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns HANDLE
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow RepositionedRow

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow
Top

PUBLIC CHARACTER SettingsKey

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC LOGICAL SuspendEvents

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC CHARACTER UnboundColumnHandles

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC CHARACTER UnboundColumnNames

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC LOGICAL UseFullFieldNames

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC LOGICAL ValueChangedSuspended

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns LOGICAL
Top

PUBLIC CHARACTER VisibleColumns

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns CHARACTER
Top

PUBLIC HANDLE WidgetHandle

Inherited from Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl

Returns HANDLE


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:17:54