Class: cWebMenuFindNext
Properties | Events | Methods | Index of Classes
The Web Framework menu item class for finding the next record in a view or dialog
Hierarchy
cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebMenuItem > cWebMenuFindNext
Show full hierarchy and direct subclasses
- cObject
- cWebBaseObject
- cWebObject
- cWebBaseUIObject
- cWebMenuItem
- cWebMenuFindNext
Library: Web Application Class Library
Package: cWebMenuFindNext.pkg
Description
The cWebMenuFindNext class is the menu item (cWebMenuItem) subclass for finding the next record (Find_GT) in a view or dialog (cWebView, cWebModalDialog) that uses a data dictionary object (DDO) structure.
cWebMenuFindNext is pre-fabricated to show the appropriate caption, tooltip, bitmap and appearance. The menu item sends Request_Find to the object that has the focus. This object uses its current value and its data binding to determine which table, index and seed value will be used to perform the find.
An object based on this class can be added to any menu or toolbar. See cWebMenuItem for more information.
Sample
Object oFindNextMenuItem is a cWebMenuFindNext
End_Object