| Title | Description | Download | Commands Used |
|---|---|---|---|
| Displayed Line Number | This database will show how to use the DISPLAYED LINE NUMBER command to show alternate rows with a different background color in your output forms. | Win | Mac | |
| Enter In List | This database will show how to use the new functions of the SET ENTERABLE command to allow the user to enter data directly into an Output Form or to disable this feature. | Win | Mac | |
| Highlight Selection | This database will show how to use the HIGHTLIGHT RECORDS and the REDUCE SELECTION commands with a selection of records. | Win | Mac | |
| Inherited Forms | This database will show how to use Inherited Forms and in a similar manner Page 0 of Forms. | Win | Mac | |
| Multiple Form Pages | Forms can have multiple pages. This is a convenient way to place objects on a form that won't otherwise fit onto a single page. | Win | Mac | |
| Resizeable Forms | This database will show how to use two different commands, RESIZE FORM WINDOW and SET WINDOW RECT, to make your form resizeable with code. | Win | Mac | |
| Switch Input Forms | This database will show how to use different Input Forms depending on either the data in the record or a user's actions. | Win | Mac | |
| Tab Controls | One way to set up a tab control is to use it on a multiple page form. The tab control needs to be on the Page 0 which acts as a master page and the tab's text can be set in the object method or directly in the value list of the tab control object. To switch pages we set the standard action setting of the tab control to Goto Page. In this example the tab control is set up in the object method of the tab control when it is loaded. | Win | Mac | |
| Visible If Selected | This database will show how to hide or show fields on an Output Form when the record is unselected or selected. | Win | Mac |