Introduction - If you have any usage issues, please Google them yourself
Routine: personal information entry system PersonData
Description:
This routine opens a dialog box that can be added to delete and modify personal information and store personal information in a file
So I'll open it next time. When the program runs, it prompts the user to select the file that holds the personal information, such as the project directory
The test. Dat file. Then analyze the contents of the file and open the PersonData dialog box. The left side of the dialog box lists the text
All the personal information items in the item, the "add" and "delete" buttons below the left are used to add new individuals
Information or delete existing personal information. On the right is a display and modification interface for personal information to display the list box
Select the personal information entry and allow the program user to modify it, then click the update button to make it more new
A. Note that the files are immediately modified when you click add, delete, and update buttons.
The PersonData routine data structure has the PersonInfo personal information structure, which contains all the items that the system can display and modify.