GoTo Dialog Box Button Foundation Class
Category | Data Navigation |
---|---|
Default Catalog | Visual FoxPro Catalog\Foundation Classes\Buttons |
Class | _gotobutton |
Base Class | CommandButton |
Class Library | _table2.vcx |
Parent Class | _dialogbutton |
Sample | ...\Samples\Solution\Ffc\Buttons.scx |
Remarks
This class creates a button that displays the GoTo dialog box so you can navigate to a specific record.
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 drop the class on a form, Visual FoxPro places a button on your form. When you drop the class on a project, you can choose between adding the class or creating a subclass.
See Also
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples