BillKilgore
Programmer
I’m pretty new Delphi though I’ve programmed in PL1 and Cobol through Pascal and C++. This is my first experience with GUI programming. I’ve gotten to the point where I can open a form, read data records into it, revise those records, and write the data out using streams. On my current form I want to enter personnel records . The data consists of building, department, last name, first name,…, pay grade. After I get the data into the edit windows, I want to write the tuple to a binary file then, when I press a ‘Save’ button, return only to the first name window, not the building window because the building and department codes remain the same for several employes. There are several buildings and several departments in those buildings. Thanks for sticking with me this far...
W. Kilgore
W. Kilgore