 |
Alpha Five Version 8 - Application Server Sample Pages |
Return to Main Menu
Click here to see notes about
this page.
- The page contains a Grid component called 'Customer_wDetailView'
- The Grid style has been set to 'Tabular' and the Grid is read-only.
- The style chosen for this Grid is 'IceCreamSundae'.
- The Search part is enabled, but is initially hidden.
- The Search part has been set to display a single 'keyword' field in which
you can search. A keyword search is a special kind of search in which Alpha
Five will search in all of the fields that you define in the Search part for a
match.
- The component has a 'Detail View' part which is updateable. The Detail
View part allows you to both edit and enter records.
Things to Try
- Click the 'Search for Customers' heading. The search form is revealed.
Click the heading a second time, and the search form is hidden. You can
specify whether the initial state of the search form is hidden or shown when
you check the 'Enable show/hide of Search part' property.
- Open the Search form and type 'phoe, smi' (without the quotes) and click
the Search button. As you see, Alpha Five finds records with a lastname that
includes the characters 'smi' and cities that include the characters 'phoe'.
- Click on the link field (in the Customer Id column) in any row of the
Grid. The Detail View displays a detailed view of the selected records. Try
making updates to the record, and then click the 'Save' button.
- Add a new record by clicking the 'New record' link in the Grid
part.
Return to Main
Menu