OnComFocusChanging - cCJGrid
Exposes the FocusChanging Codejock COM event in the DataFlex proxy class
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| llNewRow | Variant | Please see the "Codejock Xtreme Report Control" documentation for more information. |
| llNewColumn | Variant | Please see the "Codejock Xtreme Report Control" documentation for more information. |
| llNewItem | Variant | Please see the "Codejock Xtreme Report Control" documentation for more information. |
| ByRef llCancel | Boolean | Please see the "Codejock Xtreme Report Control" documentation for more information. |
Syntax
Procedure OnComFocusChanging Variant llNewRow Variant llNewColumn Variant llNewItem ByRef Boolean llCancel
Description
This exposes the FocusChanging Codejock COM event in the DataFlex proxy class.
This class provides a standard COM import wrapper for Codejock Grid class. All methods, properties and events are the standard COM interfaces for this class. In DataFlex each Codejock object or collection name is prefixed with "cCJ", each COM Property or method name is prefixed with "Com", and each event name is prefixed with "OnCom".
For an overview on the DataFlex implementation of the Xtreme Report Control, refer to Using Grids.
For more information about the Codejock COM Report Control interface, refer to Codejock's Xtreme Report Control documentation (class: ReportControl, event: FocusChanging)
Be very careful if you augment this as this event is augmented to handle all grid row and column focus change logic. Before augmenting this, you should consider using the cCJGridColumn events OnEntering, OnExiting, OnEntry, OnExit or OnValidating.