|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| ActivateCurrentBrowseColumn () |
Activates the current browse column in the Grid |
||
| HANDLE AlternativeQuery (handle) |
Creates an alternative query that contains alternative buffers to
the tables used by the original query |
||
| AnchorBottom () |
Anchors the Grid at the bottom of it's container and takes all remaining space |
||
| ApplyValueChanged () |
Raises the VALUE-CHANGED Event to the Browse Widget |
||
| bindingSource1_PositionChanged (Object, EventArgs) |
Event handler for the PositionChanged event of the Progress.Data.BindingSource |
||
| F | HANDLE BrowseColumnHandleFromGridColumnKey (character) |
Returns the handle of the browse column related to the UltraGridColumn |
|
| CloseQuery () |
Closes the query by opening it with a query string that matches
no records |
||
| F | CHARACTER ColumnKeyFromColumnHandle (handle) |
Returns the key of the UltraGridColumn that represents the given
column of the browse |
|
| F | CHARACTER ColumnKeyFromFieldName (character, character) |
Returns the key of the UltraGridColumn that represents the given
buffer field |
|
| DefaultActionHandler (Object, EventArgs) |
Call all registered DefaultActionSubscriber to perform their action.
Event handler for the DoubleClickRow event of the base class
(UltraGrid). |
||
| DeleteAlternativeQuery (handle, handle[]) |
Deletes the alternative query and buffer |
||
| LOGICAL DESELECT-FOCUSED-ROW () |
Deselects the row with current focus. |
||
| DisplayCurrentRow () |
Re-Display's the current row |
||
| DisplayFromBrowse () |
Displays the current browse values on the Grid's current row |
||
| DisplayFromGrid () |
Displays the current Grid values on the BROWSE widgets current row |
||
| EnableDisableColumns () |
Enables and Disables the Columns in the RenderedBrowseControl based
on the current state of the browser columns |
||
| EnterBrowseCell (handle) |
Call back procedure for the ENTRY event of the Browse Cells |
||
| FetchByRowid (rowid) |
Fetches a row/record by a ROWID |
||
| FetchByRowid (rowid[]) |
Fetches a row/record by a ROWID Array |
||
| FetchFirst () |
Fetches the first row |
||
| FetchLast () |
Fetches the last row |
||
| FetchNext () |
Fetches the next row |
||
| FetchPrevious () |
Fetches the previous row |
||
| LOGICAL FetchRow (integer) |
Moves a query objects result list pointer to the row corresponding
to the specified sequence number. |
||
| FormDisposedHandler (Object, EventArgs) |
Event handler for the Dispose event of the containing Form |
||
| CHARACTER GetBrowseColumns () |
Returns an array describing every column of the browse widget |
||
| INTEGER GetRepositionedRow () |
Returns the row index of the browse viewport where the REPOSITION
TO ROWID (or RECID) statement displays a repositioned record. |
||
| InitializeComponent () |
|
||
| InitializeGrid (handle, logical) |
Initializes the Grid with the layout from the Progress Browse widget |
||
| InitializeGrid (RenderedBrowseContext) |
Initializes the Grid based on the RenderedBrowseContext instance |
||
| InitializeRowHandler (Object, InitializeRowEventArgs) |
Called when a row is initialized |
||
| InitializeUniqueKeys () |
Initializes the UniqueKeyDictionary |
||
| CHARACTER KeyFieldsForBuffer (handle) |
Returns the list of unqiue key fields for a buffer |
||
| ListChangedHandler (Object, ListChangedEventArgs) |
Event handler for the ListChanged event of the ProBindingSource |
||
| ListChangedHandler2 (Object, ListChangedEventArgs) |
Alternative event handler for the ListChanged event of the ProBindingSource |
||
| CHARACTER LoadSettings () |
Loads a browsers column settings from the Registry |
||
| NewUltraGridColumn (UltraGridColumn) |
Overloadable method, invoked whenever the Grid creates a new Column |
||
| OnAfterCellActivate () |
Called after a cell is activated |
||
| OnAfterCellUpdate (CellEventArgs) |
Raises the AfterCellUpdate event |
||
| OnAfterRowActivate () |
Called after a row is activated |
||
| OnBeforeCellDeactivate (CancelEventArgs) |
Called before a cell is deactivated |
||
| OnBeforeEnterEditMode (CancelEventArgs) |
Called before entering edit mode |
||
| OnBeforeRowDeactivate (CancelEventArgs) |
Called before a row is deactivated |
||
| OnBeforeSortChange (BeforeSortChangeEventArgs) |
Raises the BeforeSortChange event |
||
| OnDefaultAction (EventArgs) |
Raises the DefaultAction event |
||
| OnEnter (EventArgs) |
Raises the Enter event |
||
| OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs) |
Raises the FindRecordsForCalculatedFields event |
||
| OnGotFocus (EventArgs) |
Invokes the GotFocus event. |
||
| OnInitializeLayout (InitializeLayoutEventArgs) |
Called when the layout is first initialized after the datasource
has been set |
||
| OnKeyDown (KeyEventArgs) |
Raises the Key Down Event |
||
| OnLeave (EventArgs) |
Raises the Leave event |
||
| OnMouseClick (MouseEventArgs) |
Raises the MouseClick event |
||
| OnMouseWheel (MouseEventArgs) |
Raises the MouseWheel Event |
||
| OnOffHome (EventArgs) |
Raises the OffHome event |
||
| OnParentChanged (EventArgs) |
Raises the ParentChanged Event |
||
| OnVisibleChanged (EventArgs) |
Raises the VisibleChanged event |
||
| ProcessColorCodingAndCalculatedFields (UltraGridRow) |
Processes color coding and calculted fields for a single grid row |
||
| CHARACTER QueryExceptList (handle) |
Builds a list of Columns that need to be excluded from the BindingSource |
||
| ReGroupBy () |
Forces the Grid to update the row grouping (outlook group by) |
||
| RepositionControl () |
Positions the RenderedBrowseControl on top of the Progress Browse |
||
| RestoreDynamicBrowseColumns (character[]) |
Restores the columns of a dynamic browse widget after the query has
been replaced with the alternative query |
||
| RestoreSettings () |
Restores the stored User settings for the RenderedBrowseControl instance |
||
| CHARACTER ReturnGridSettings () |
Returns the User Settings string for the RenderedBrowseControl instance |
||
| SaveCurrentRow () |
Saves the current row |
||
| SaveCurrentRow (logical) |
Saves the current row |
||
| ScrollToCurrentRow (logical) |
Scrolls to the BindingSource's position |
||
| SelectBrowseRow () |
Selects the (temporary row in the browse widget) |
||
| SetRepositionedRow (integer, character) |
Sets the row index where records positioned with the REPOSITION TO
ROWID (or RECID) statement are displayed. |
||
| CHARACTER SetTableSchemaColumnsFromBrowse () |
Returns the comma delimited list of all field names in the browse
widget |
||
| CHARACTER SetTableSchemaColumnsFromBrowseAndFields () |
Builds a list of fields for the BindingSource when the BindingSourceFields
property is set to BindingSourceFieldsEnum:ListAndFields |
||
| StoreSettings () |
Stores the Column settings to the ISettingsService |
||
| SynchronizeCurrentColumn () |
Updates the current browse cell with the values from the Grid |
||
| SynchronizeVisibleColumns () |
Views and hides columns in the Grid based on the HIDDEN attribute
of the browsers columns |
||
| 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
*/ |
||
| UpdateTitle () |
Updates the Text property of the Grid based on the TITLE property
of the Progress browser |
||
| VerifyColorCodedColumnNames () |
Verifies that the value of the Property ColorCodedColumnNames
matches the setting of UseFullFieldNames |
||
| VerifyCustomCalculatedColumnNames () |
Verifies that the value of the Property CustomCalculatedColumnNames
matches the setting of UseFullFieldNames |
||
| ViewHideColumns () |
Views and hides columns based on the browsers columns and sets
the column header captions |
| Options | Name | Purpose | |
|---|---|---|---|
| RenderedBrowseControl (RenderedBrowseContext) |
Constructor of the RenderedBrowseControl class |
| Options | Name | Purpose | |
|---|---|---|---|
| DefaultAction DELEGATE System.EventHandler |
EVent raised when the user double clicks a row or presses Enter |
||
| FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs) |
Event raised when the user double clicks a row or presses Enter |
||
| OffHome DELEGATE System.EventHandler |
Event raised when an attempt is made to scroll beyond the first row |
|
Top
ActivateCurrentBrowseColumn ()
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HANDLE AlternativeQuery (handle)
|
||||||||||||||||||||||||||||||
AnchorBottom ()
|
||||||||||||||||||||||||||||||
ApplyValueChanged ()
|
||||||||||||||||||||||||||||||
bindingSource1_PositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||
HANDLE BrowseColumnHandleFromGridColumnKey (character)
|
||||||||||||||||||||||||||||||
CloseQuery ()
|
||||||||||||||||||||||||||||||
CHARACTER ColumnKeyFromColumnHandle (handle)
|
||||||||||||||||||||||||||||||
CHARACTER ColumnKeyFromFieldName (character, character)
|
||||||||||||||||||||||||||||||
DefaultActionHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
DeleteAlternativeQuery (handle, handle[])
|
||||||||||||||||||||||||||||||
LOGICAL DESELECT-FOCUSED-ROW ()
|
||||||||||||||||||||||||||||||
DisplayCurrentRow ()
|
||||||||||||||||||||||||||||||
DisplayFromBrowse ()
|
||||||||||||||||||||||||||||||
DisplayFromGrid ()
|
||||||||||||||||||||||||||||||
EnableDisableColumns ()
|
||||||||||||||||||||||||||||||
EnterBrowseCell (handle)
|
||||||||||||||||||||||||||||||
FetchByRowid (rowid)
|
||||||||||||||||||||||||||||||
FetchByRowid (rowid[])
|
||||||||||||||||||||||||||||||
FetchFirst ()
|
||||||||||||||||||||||||||||||
FetchLast ()
|
||||||||||||||||||||||||||||||
FetchNext ()
|
||||||||||||||||||||||||||||||
FetchPrevious ()
|
||||||||||||||||||||||||||||||
LOGICAL FetchRow (integer)
|
||||||||||||||||||||||||||||||
FormDisposedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
CHARACTER GetBrowseColumns ()
|
||||||||||||||||||||||||||||||
INTEGER GetRepositionedRow ()
|
||||||||||||||||||||||||||||||
InitializeComponent ()
|
||||||||||||||||||||||||||||||
InitializeGrid (handle, logical)
|
||||||||||||||||||||||||||||||
InitializeGrid (RenderedBrowseContext)
|
||||||||||||||||||||||||||||||
InitializeRowHandler (Object, InitializeRowEventArgs)
|
||||||||||||||||||||||||||||||
InitializeUniqueKeys ()
|
||||||||||||||||||||||||||||||
CHARACTER KeyFieldsForBuffer (handle)
|
||||||||||||||||||||||||||||||
ListChangedHandler (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||
ListChangedHandler2 (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||
CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||
NewUltraGridColumn (UltraGridColumn)
|
||||||||||||||||||||||||||||||
OnAfterCellActivate ()
|
||||||||||||||||||||||||||||||
OnAfterCellUpdate (CellEventArgs)
|
||||||||||||||||||||||||||||||
OnAfterRowActivate ()
|
||||||||||||||||||||||||||||||
OnBeforeCellDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||
OnBeforeEnterEditMode (CancelEventArgs)
|
||||||||||||||||||||||||||||||
OnBeforeRowDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||
OnBeforeSortChange (BeforeSortChangeEventArgs)
|
||||||||||||||||||||||||||||||
OnDefaultAction (EventArgs)
|
||||||||||||||||||||||||||||||
OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||
OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs)
|
||||||||||||||||||||||||||||||
OnGotFocus (EventArgs)
|
||||||||||||||||||||||||||||||
OnInitializeLayout (InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||||||
OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||||||
OnLeave (EventArgs)
|
||||||||||||||||||||||||||||||
OnMouseClick (MouseEventArgs)
|
||||||||||||||||||||||||||||||
OnMouseWheel (MouseEventArgs)
|
||||||||||||||||||||||||||||||
OnOffHome (EventArgs)
|
||||||||||||||||||||||||||||||
OnParentChanged (EventArgs)
|
||||||||||||||||||||||||||||||
OnVisibleChanged (EventArgs)
|
||||||||||||||||||||||||||||||
ProcessColorCodingAndCalculatedFields (UltraGridRow)
|
||||||||||||||||||||||||||||||
CHARACTER QueryExceptList (handle)
|
||||||||||||||||||||||||||||||
ReGroupBy ()
|
||||||||||||||||||||||||||||||
RepositionControl ()
|
||||||||||||||||||||||||||||||
RestoreDynamicBrowseColumns (character[])
|
||||||||||||||||||||||||||||||
RestoreSettings ()
|
||||||||||||||||||||||||||||||
CHARACTER ReturnGridSettings ()
|
||||||||||||||||||||||||||||||
SaveCurrentRow ()
|
||||||||||||||||||||||||||||||
SaveCurrentRow (logical)
|
||||||||||||||||||||||||||||||
ScrollToCurrentRow (logical)
|
||||||||||||||||||||||||||||||
SelectBrowseRow ()
|
||||||||||||||||||||||||||||||
SetRepositionedRow (integer, character)
|
||||||||||||||||||||||||||||||
CHARACTER SetTableSchemaColumnsFromBrowse ()
|
||||||||||||||||||||||||||||||
CHARACTER SetTableSchemaColumnsFromBrowseAndFields ()
|
||||||||||||||||||||||||||||||
StoreSettings ()
|
||||||||||||||||||||||||||||||
SynchronizeCurrentColumn ()
|
||||||||||||||||||||||||||||||
SynchronizeVisibleColumns ()
|
||||||||||||||||||||||||||||||
CHARACTER UniqueFindPredicate (handle, UltraGridRow)
|
||||||||||||||||||||||||||||||
UpdateTitle ()
|
||||||||||||||||||||||||||||||
VerifyColorCodedColumnNames ()
|
||||||||||||||||||||||||||||||
VerifyCustomCalculatedColumnNames ()
|
||||||||||||||||||||||||||||||
ViewHideColumns ()
|
||||||||||||||||||||||||||||||
RenderedBrowseControl (RenderedBrowseContext)
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs)
|
||||||||||||||||||||
OffHome DELEGATE System.EventHandler
|
||||||||||||||||||||
LOGICAL AnchoredBottom
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum ApplyCellLeaveToBrowse
|
|||||||||
LOGICAL ApplyEntryOnEnter
|
|||||||||
Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum ApplyFunctionKeyEvents
|
|||||||||
LOGICAL ApplyingEntry
|
|||||||||
LOGICAL ApplyIterationChanged
|
|||||||||
LOGICAL ApplyRowDisplayBeforeDisplayFields
|
|||||||||
LOGICAL ApplyRowEntryOnBeforeEnterEditMode
|
|||||||||
LOGICAL ApplyRowEntryOnRowActivate
|
|||||||||
LOGICAL ApplyRowLeaveOnLeave
|
|||||||||
LOGICAL ApplyRowLeaveOnRowDeactivate
|
|||||||||
LOGICAL AssignBindingSourceOnRowDeactivate
|
|||||||||
LOGICAL Batching
|
|||||||||
Progress.Data.BindingSource BindingSource
|
|||||||||
CHARACTER BindingSourceFieldList
|
|||||||||
Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum BindingSourceFields
|
|||||||||
WIDGET-HANDLE BrowseHandle
|
|||||||||
HANDLE CallbackProcedure
|
|||||||||
CHARACTER ColorCodedColumnHandles
|
|||||||||
CHARACTER ColorCodedColumnNames
|
|||||||||
Consultingwerk.Windows.IColorTableConverter ColorTableConverter
|
|||||||||
CHARACTER ColumnLabels
|
|||||||||
CHARACTER ColumnWidths
|
|||||||||
HANDLE CURRENT-COLUMN
|
|||||||||
Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum CursorKeyNavigationInEdit
|
|||||||||
CHARACTER CustomCalculatedColumnNames
|
|||||||||
LOGICAL DefaultActionHandled
|
|||||||||
LOGICAL DisableCalculatedFieldsAndColor
|
|||||||||
LOGICAL DisableOutlookGroupBy
|
|||||||||
LOGICAL DynamicColumns
|
|||||||||
LOGICAL InConstructor
|
|||||||||
CHARACTER LastActiveCell
|
|||||||||
INTEGER MaxDataGuess
|
|||||||||
LOGICAL MonitorBrowseCellEntry
|
|||||||||
INTEGER NUM-LOCKED-COLUMNS
|
|||||||||
HANDLE QUERY
|
|||||||||
Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow RepositionedRow
|
|||||||||
CHARACTER SettingsKey
|
|||||||||
LOGICAL SuspendEvents
|
|||||||||
CHARACTER UnboundColumnHandles
|
|||||||||
CHARACTER UnboundColumnNames
|
|||||||||
LOGICAL UseFullFieldNames
|
|||||||||
LOGICAL ValueChangedSuspended
|
|||||||||
CHARACTER VisibleColumns
|
|||||||||
HANDLE WidgetHandle
|
|||||||||