Exercise - Keep View Visible After Exit
- Under the Exercises folder, create a new folder named KeepViewVisibleAfterExit.
- Create two UIControllers:
- ShowProducts
- Place a grid with the product details with the following:
- CategoryID.
- ProductID.
- ProductName.
- Change the X location of the Form to 650.
- In the Run method receive a parameter name pCategoryID type Number.
- Filter with the pCategoryID
- Set the KeepViewVisibleAfterExit to true (in the OnLoad() method)
- Place a grid with the product details with the following:
- ShowCategories
- Place a grid with the Categories details with the following:
- CategoryID.
- CategoryName.
- Place a button name it Products, call the ShowProducts from the click event.
- ShowProducts
- Add ShowCategories to the ApplicationMdi.
- Save changes to Git.
- Build and Test
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com