Board index » delphi » Help.. Having trouble with program
YDPB...@prodigy.com (Deron Defreese)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Help.. Having trouble with program
I recently picked up a project that I have put on the shelf for over a
year. The project is an employee scheduling program. What the program needs to do is to have the ability to create a database with employee info such as associate number, name, job class. The associate number is a six digit number, and the job class would be a three letter designation, the data needs to be sorted by assoc. number. I also need to have a way to format an output to a printer as well as save a copy in a file. I have a lot of source written for this program but, the database and the printed hard copy are stumping me. The printed copy needs to be in the following format: Associate# Name Total Hours Sun Mon Tue 654321 jane Blow 25 12:00-6:00 OFF 9:00- I can figure out the appropriate hours subtracting a half hour from the Thanks, |