| Example | Description |
|---|---|
| Index/Directory Usage | |
| Directory & Path Implementation | Implementation of the directory and path components |
| Directory Maintenance System | Hierarchical category maintenance system for use with the directory |
| Editable Grid Usage | |
| Record Maintenance with Navigation | Editable Grid used for record maintenance, with navigation |
| Editable Grid with 'Add Row' Button | Editable Grid with new rows added using an "Add Row" button |
| Editable Grid with Auto New Rows | Editable Grid with new rows added automatically |
| Creating Master/Detail Forms | |
| Simple Master-Detail for Employees/Projects | Master-detail page for maintaining employees/projects |
| Master-Detail Form for Order Entry | An order entry page example implemented as master-detail |
| Working with Multiple Selections | |
| Updating Many-to-Many via Multi-select ListBox | Using a multi-select ListBox to update multiple tables in a many-to-many relationship |
| Updating Many-to-Many via CheckBox List | Using a CheckBox List to update multiple tables in a many-to-many relationship |
| Updating Many-to-Many via Two ListBoxes | Using two multi-select ListBoxes to update multiple tables in a many-to-many relationship |
| Search Form with Multi-select ListBox | Search form with a multi-select ListBox |
| Data Presentation Techniques | |
| Grid with Navigable Detail View | Using a Grid to implement a record detail view with navigation |
| Data Input Techniques | |
| Pop-up List & Smart Lookup | Pop-up grid/list for selecting values and Smart Lookup for quick data entry |
| Multi-Step User Registration | Multi-step user registration form |
| Data Entry page with Input Mask | Data Entry page with Input Mask |
| Other | |
| Using a Multi-Column Primary Key | An implementation of a multi-column primary key |