Hi all again,
I have a system I am designing, that is a project / job management system.
So I have a job list, and a job by client, and a jobs by owner, and a jobs by vehicle, and a jobs by employee form, which all display the job details in a datagridview.
What I am trying to figure out is the best way to handle a "drilldown" capability. So the user will click on the a job in the datagridview, and this will drilldown to the job details window, which will show all the pertinent information in relation to the job. The job details form has approx 10 tab pages on it.
What is the best way to parse the job number to the job details form, and then on return to the previous form, refreshing the datagridview.
Any thoughts and ideas would be greatly appreciated.
I have a system I am designing, that is a project / job management system.
So I have a job list, and a job by client, and a jobs by owner, and a jobs by vehicle, and a jobs by employee form, which all display the job details in a datagridview.
What I am trying to figure out is the best way to handle a "drilldown" capability. So the user will click on the a job in the datagridview, and this will drilldown to the job details window, which will show all the pertinent information in relation to the job. The job details form has approx 10 tab pages on it.
What is the best way to parse the job number to the job details form, and then on return to the previous form, refreshing the datagridview.
Any thoughts and ideas would be greatly appreciated.