image\PUSHBUTTON.gif A control that a user can click to execute code that you attach.

To attach code, on the Inspector's Events page click the tool button beside the onClick event. This opens the Source editor with a skeleton function format. Enter the code for the task you want performed when the user clicks the button

Buttons are often used for navigating among rows, filtering, sorting, or to open other forms and reports. Several such buttons are installed with the dBASE Plus samples and appear on the Custom page of the Component palette. You may find one there that you can use.

Use the text property to give a button a name. You can include an & before the letter you want to be a mnemonic.