Form design
First, design purposes
You can generate a form based on different business forms, and can display the style based on the generated form. The form uses the inventory data according to the different forms into the corresponding database, and automatically generates queries or report functions according to the conditions defined when design. Solving this problem After processing a general business program, you do not use the programmer to handle and rewrite the code, but directly let the user graphically design. This will give the user a free space, while also costing the programmer is not necessary.
Second, design ideas
Analysis from a business example Operation analysis
1. The system administrator is stored by the background design in the background to store the table unit to the A library, and the form style exists to the B library.
2. Ordinary users use the Operation, the program will automatically call the Operation data from A and B. TPAGE
3, the user fills in the form and submits the data, and the program will be stored in the corresponding C library according to Operation (how to generate the C library, see the database structure after the back analysis)
4, data statistics, the procedure generates a report analysis based on the report field marks made when designing the system administrator form, and generates query statistics based on the query condition.
5. The information management function of the form data C library.
Third, business detailed analysis