The following application example is a simple database application which uses the Northwind Customers table. The application consists of a grid application, designed to display and search tabular data and a form application designed to create, read, update and delete record data for the underlying database table.
The grid application also has quick link icons to display a modal popup of summary Information for the selected record and a Print icon which links to the Northwind Customers Report (Detailed) application to print the selected record’s details in printable format.
Application Features
- Quick Search
- Advanced Search
- Export to multiple formats
- Form validation
- Create, Read, Update and Delete
- Links to Northwind Customers Report (Detailed)
- Links to context-sensitive Webhelp.
Run Code
Click the Run Example button to try out this code example.
Documentation
Click the Webhelp button to view the application help documentation.