witecloner
Well-known member
- Joined
- Feb 12, 2009
- Messages
- 45
- Programming Experience
- Beginner
Greetings all, I'm making an Inventory Application. I have some questions need to ask. Here above is my simple case.
1. In the inventory program I have a form that serves to fill the data item.
2. Field of data item are item code, item name, and item description.
3. Form can be used to add to the data, change data, delete data, and display data.
Here is my question:
Do I need to use a class to manage the data item?
Can all told me that the good class structure for the inventory application?
Thanks
Here above the source...Where i have added some class at this project. But i think my class is wrong way. Please tell me the correct way.
Download
1. In the inventory program I have a form that serves to fill the data item.
2. Field of data item are item code, item name, and item description.
3. Form can be used to add to the data, change data, delete data, and display data.
Here is my question:
Do I need to use a class to manage the data item?
Can all told me that the good class structure for the inventory application?
Thanks
Here above the source...Where i have added some class at this project. But i think my class is wrong way. Please tell me the correct way.
Download