Exercise - ExpandBefore and ExpandAfter
- In FlowProducts.
- Add two new methods :
- GetTotalStockValue return Number, calculate the value of UnitPrice times UnitsInStock.
- GetTotalOnOrderValue return Number, calculate the value of UnitPrice times UnitsOnOrder.
- Before the UnitsInStock column add Flow that will show a message box with the value of GetTotalStockValue.
- After the UnitsOnOrder column add Flow that will show a message box with the value of GetTotalOnOrderValue.
- Save changes to Git.
- Build and test.
- Notice the location of the active textBox after you zoom on this two textBoxes using the F5.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com