Exercise - add Index

  1. Add two new indexes to EmployeeCars:
    1. name of the index SortByEmployeeID use the EmployeeID and the CarsID.
    2. name of the index SortByCarManufacture use the CarManufacture.
  2. Save changes to Git.
  3. Build and test using the Developer tools.
  4. Create a new UI controller and ShowEmployeeCars.
  5. Set the EmployeeCars to be the main table.
  6. Build.
  7. Go to the Form, add a grid, add all the columns to the grid.
  8. Add a call to ShowEmployeeCars from a new menu entry in the ApplicationMDI.
  9. Save changes to Git.
  10. Build and test.
  11. use ControlK to change the index.
  12. Test the result after you change the index.

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com