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