Find (Findnext) Buttons

See Also

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\Vfp98\Solution\Ffc\dataqry.scx

Remarks

This class provides a generic find/findnext buttonset.

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 Guidelines for Using Visual FoxPro Foundation Classes for more information on using foundation classes.