Please enable JavaScript.
Coggle requires JavaScript to display documents.
Forms, Static and Dinamic Forms - Coggle Diagram
Forms
Static
-
-
You can include elements that the user does not interact with on the form pages; they are static elements such as images, HTML content, horizontal bars, or a hypertext link.
You can include elements that the user does not interact with on the form pages; they are static elements such as images, HTML content, horizontal bars, or a hypertext link.
-
Dinamic
When developing Database applications, it is necessary to program the necessary forms to maintain the different tables that store the system information.
When you have several tens or hundreds of tables, creating and maintaining the same number of forms becomes quite a complicated programming and maintenance task.
Using a Dynamic Forms technique facilitates the respective development and maintenance, by generating a single form capable of Inserting, Modifying and Deleting records from any table in the system.
-
-
-