Question: Programming Challenges 625 Programming Challenges 1. Creating Employee Data Create an application that allows the user to enter the following employee data: First Name, Middle
Programming Challenges 625 Programming Challenges 1. Creating Employee Data Create an application that allows the user to enter the following employee data: First Name, Middle Name, Last Name, Employee Number, Department, Telephone Number, Telephone Extension, and E-mail Address. The valid values for depart- ment are Accounting, Administration, Marketing, MIS, and Sales. Once the data is entered, the user should be able to save it to a file. Figure 9-30 shows an example of the application's form. The form shown in Figure 9-30 has a combo box for select- ing the department; a Save Record button, which writes the record to a file; a Clear button, which clears the text boxes; and an Exit button. Write code in the Form Load event handler that allows the user to enter the name of the file. If the file does not exist, appended to the file. a new one will be created. If the file already exists, the input data will be Programming Challenges 625 Programming Challenges 1. Creating Employee Data Create an application that allows the user to enter the following employee data: First Name, Middle Name, Last Name, Employee Number, Department, Telephone Number, Telephone Extension, and E-mail Address. The valid values for depart- ment are Accounting, Administration, Marketing, MIS, and Sales. Once the data is entered, the user should be able to save it to a file. Figure 9-30 shows an example of the application's form. The form shown in Figure 9-30 has a combo box for select- ing the department; a Save Record button, which writes the record to a file; a Clear button, which clears the text boxes; and an Exit button. Write code in the Form Load event handler that allows the user to enter the name of the file. If the file does not exist, appended to the file. a new one will be created. If the file already exists, the input data will be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
