|
|
|
Online course
Windows Application: Store Inventories
We start a new course: Windows Application Training Course. More than a year ago, we discussed many concepts of windows applications. We created forms and added controls. But at that time, we created small apps that illustrate one concept at a time. In this course however, we will take many of the concepts that we have learned (in addition to the ones we discussed for SQL Server) and apply them to a fully working application. This application will keep track of store inventories (checking in items like shoes, socks, pants...), searching for items in the inventory, and displaying what we currently have in the store. We will also add the ability to sell items and generate reports.
|
Introduction
DataBase
Main grid
Vídeo
5) Show/hide the sold date
Description: Now we are in the update item dialog. The row that needs to be updated has been passed into this dialog. We have the option of indicating that the item has been sold and the date it was sold. |
[Mark this item as viewed]
|
Vídeo
6) Deleting Records
Description: When the user clicks on that option, he/she will be warned that the selected item from the list will be permanently deleted. If the user selects "yes", the item is deleted from the database. |
[Mark this item as viewed]
|
Reports
|