Exercise - Using Date to Filter Data
- Right-Click on the Exercise folder and add a new UIController named ShowOrders.
- Define the Orders table at the beginning of the controller class.(drag and drop it, holding the Shift key just before the drop).
- Using the Class Outline Open the Form Designer:
- Add a grid to the Form.
- Add the following columns to the grid:
- OrderID
- OrderDate
- ShipVia
- ShipName
- ShipCity
- Save changes to Git.
- Build and test.
- Go back to the controller of ShowOrders:
- Add a Where to display only orders from January 1996 up to the end of June 1997.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com