IsEnabled - cCJSuperFindMenuItem
Returns true if the focus object is a data entry object and it supports record superfinding
Type: Function
Return Data Type: Boolean
Syntax
Function IsEnabled Returns Boolean
Call Example
Get IsEnabled to BooleanVariable
Description
IsEnabled returns true if the focus object is a data entry object and it supports record superfinding. Superfinding is supported if the DEO object's data field has a main index. This is determined by calling the DEOInformation function.
This ensures that the object is enabled or disabled as needed.
Return Value
Returns true if Superfinding is allowed, false if not