Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 579 Bytes

File metadata and controls

17 lines (15 loc) · 579 Bytes

Exercise - FlowUIController

  1. Create a FlowUIController named FlowProducts. (use the UIController template)
  2. Set the Products table as the class main table and display the following data on the screen:
    1. ProductID
    2. ProductName
    3. CategoryID
    4. UnitPrice
    5. UnitsInStock
    6. UnitsOnOrder
  3. Save changes to Git.
  4. Build and test the program.
  5. Add the columns to the columns collection in a different order.
  6. Save changes to Git.
  7. Run the program and test the tab order.
  8. Fix the tab order. Build and test.