Skip to content

Class: cCJSuperFindPreviousMenuItem

Properties | Events | Methods | Index of Classes

A menu item which will superfind previous-record data in a DD based view

Hierarchy

cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBarAction > cCJAction > cCJMenuItem > cCJDeoMenuItem > cCJFindMenuItem > cCJSuperFindPreviousMenuItem

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: cCJDeoMenuItemClasses.pkg

Description

cCJSuperFindPreviousMenuItem is a menu item class, which lets you create a menu item object that will superfind-previous record data in a data dictionary based view. When executed, OnExecute sends the message SuperFind_Previous to the focus object.

If the focus object does not support finding or a superfind 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 oSuperFindMenuItem is a cCJSuperFindMenuItem
    Set pbControlBeginGroup to True
End_Object

Object oSuperFindNextMenu is a cCJSuperFindNextMenuItem
End_Object

Object oSuperFindPreviousMenu is a cCJSuperFindPreviousMenuItem
End_Object

See Also

cCJMenuItem | cCJSuperFindMenuItem | cCJSuperFindNextMenuItem