Find (Findnext) Buttons Foundation Class
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
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 Also
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Classes | Find Button