Hiya...this will probably sound pretty complicated. Lets say I have database with tables customer, order and item. With every item i need do something and when work on item is finished i can flag it as complete. The thing is that I will like to show my item
status in some GUI.But I have hard time finding some idea. I've attached image so you can have better view on what I'm trying to achieve. Checkoxes are representing item status.
The problem: I will have multiple orders is there anyway to popullate my form dynamically from database. Or is there more elegant way for this job.
nectuss
0 Points
4 Posts
Representing database in GUI
Jan 18, 2013 09:54 PM|LINK
Hiya...this will probably sound pretty complicated. Lets say I have database with tables customer, order and item. With every item i need do something and when work on item is finished i can flag it as complete. The thing is that I will like to show my item status in some GUI.But I have hard time finding some idea. I've attached image so you can have better view on what I'm trying to achieve. Checkoxes are representing item status.
The problem: I will have multiple orders is there anyway to popullate my form dynamically from database. Or is there more elegant way for this job.
iluxa.v
Member
215 Points
47 Posts
Re: Representing database in GUI
Jan 21, 2013 07:26 AM|LINK
Hi,
Try to use data grid to display the status, and put the checkboxes to toggle it.