Class: cCJFindLastMenuItem
Properties | Events | Methods | Index of Classes
A menu item which will find last record data in a DD based view
Hierarchy
cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBarAction > cCJAction > cCJMenuItem > cCJDeoMenuItem > cCJFindMenuItem > cCJFindLastMenuItem
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: cCJDeoMenuItemClasses.pkg
Description
cCJFindLastMenuItem is a menu item class, which lets you create a menu item object that will find the last record data in a data dictionary based view. When executed, OnExecute sends the message Find_Last to the focus object.
If the focus object does not support finding or a find is not allowed (not an indexed column), this control will be disabled (see IsEnabled).
The pbActiveUpdate property is set true, which means that the object's enabled state will be updated dynamically.
An object based on this class can be added to any popup menu, toolbar or context menu.
Object oFindMenuItem is a cCJFindMenuItem
Set pbControlBeginGroup to True
End_Object
Object oFindNextMenu is a cCJFindNextMenuItem
End_Object
Object oFindPreviousMenu is a cCJFindPreviousMenuItem
End_Object
Object oFindFirstMenu is a cCJFindFirstMenuItem
End_Object
Object oFindLastMenu is a cCJFindLastMenuItem
End_Object
See Also
cCJMenuItem | cCJFindMenuItem | cCJFindNextMenuItem | cCJFindPreviousMenuItem | cCJFindFirstMenuItem