Exercise - Basic Report
- Using the Basic Report template create a new report and name it ProductsReport.
- Set the Products table as the main data source.
- Add relation to the Categories table.
- At the top of the class, find the layout and navigate to the layout code behind the form using F12.
- Using ShiftF7, navigate to the layout form.
- Add a nice title at the top of the report.
- Add the following columns to a grid:
- ProductID
- ProductName
- CategoryID
- CategoryName ( in the same column with CategoryID)
- UnitPrice
- UnitsInStock
- UnitsOnOrder
- Sort the report by the ProductName.
- Add the new report to the main menu
- Save changes to Git.
- Build and test
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com