Alien777
06-09-2005, 09:05 AM
I am creating input screens for 4 different departments. For each department there is one input screen for each of the following: Output, labour, Line hours and input. But for each department each of these screens is populated differently and obviously the data has to be saved to the correct department.
Each screen has a grid and a save button.
How can I implement 4 different classes that hold all the information (sql strings, etc) for each department? I already have code that is starting to look very 'iffy' and unefficient, I need a class that can handle the verification and population of the respective departments.
Each screen has a grid and a save button.
How can I implement 4 different classes that hold all the information (sql strings, etc) for each department? I already have code that is starting to look very 'iffy' and unefficient, I need a class that can handle the verification and population of the respective departments.