PRAISE PHS
Well-known member
- Joined
- Jun 2, 2011
- Messages
- 58
- Programming Experience
- Beginner
Hi All,
Please help me out on this...
In my windows app., I have ten ckeckboxes with various item names written beside each of them. I want it that when a machine is brought for repairs, I check through the components of the machine to know which components are working and those that are not working. When doing this, I mark or check the names of the components working on the machine on the checkbox control. Then I should be able to save the checked list box items with the serial no of the machine( Note: the serial no is in a text box or combo box). Also, I want to be able to retrieve the checked items with the help of the machine's serial no from my database for reference purposes. And finally, I want to be able to display the checked box items on a list box. Thanks for your anticipated response.
Please help me out on this...
In my windows app., I have ten ckeckboxes with various item names written beside each of them. I want it that when a machine is brought for repairs, I check through the components of the machine to know which components are working and those that are not working. When doing this, I mark or check the names of the components working on the machine on the checkbox control. Then I should be able to save the checked list box items with the serial no of the machine( Note: the serial no is in a text box or combo box). Also, I want to be able to retrieve the checked items with the help of the machine's serial no from my database for reference purposes. And finally, I want to be able to display the checked box items on a list box. Thanks for your anticipated response.