Find (Findnext) Buttons Foundation Class

This class provides a generic find/findnext buttonset.

Category Data Query

Default Catalog

Visual FoxPro Catalog\Foundation Classes\Data Query

Class

_findnextbuttons

Base Class

Container

Class Library

_table.vcx

Parent Class

_findbutton

Sample

...\Samples\Solution\Ffc\dataqry.scx

Remarks

To use, drop the class on a project or form or, from the Component Gallery Item shortcut menu, select Add to Project or Add to Form. When you add the class to a form, Visual FoxPro opens a builder so you can specify the appropriate values. When you drop the class on a project, you can choose between adding the class or creating a subclass.

When placed on a form or other container, this class locates a record using a Find object based on specified criteria. For details, see Find Button or _findbutton in the _table.vcx class library in the Class Browser.

See Also

Reference

Visual FoxPro Foundation Classes A-Z
Find Button Foundation Class

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Other Resources

Foundation Class Samples