DEOInformation - cCJDeoMenuItem
Returns data entry information about the focus object
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef hoServer | Handle | Returns the focus object's DataDictionary Object (DDO) |
| ByRef bHasRecord | Boolean | Returns True if the focus object's DDO has an active record |
| ByRef bChanged | Boolean | Returns True if the focus object's DDO is changed |
| ByRef bHasIndex | Boolean | Returns True if the focus object's table/column has an index (i.e., if it supports finding) |
Syntax
Function DEOInformation ByRef Handle hoServer ByRef Boolean bHasRecord ByRef Boolean bChanged ByRef Boolean bHasIndex Returns Boolean
Call Example
Get DEOInformation hoServer bHasRecord bChanged bHasIndex to BooleanVariable
Description
DEOInformation returns data entry information about the focus object. This is used by menu and toolbar items to determine if the focus object is a DEO (data entry object) and, if so, to return information about this DEO.
This function is redirected to the DEOInformation function in the cCJCommandBarSystem object that owns this menu/toolbar item object. See this function for more information.
Return Value
Returns true if the focus object is a DEO (data entry object) or it is nested within a DEO.Returns