Difference between revisions of "Documentation/DevGuide/Forms/Data Awareness"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m
 
Line 7: Line 7:
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}}  
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}}  
 
  {{DISPLAYTITLE:Data Awareness}}
 
  {{DISPLAYTITLE:Data Awareness}}
A major feature of forms in {{PRODUCTNAME}} is that they can be data aware. You create form documents where the user manipulates data from a database that is accessible in {{PRODUCTNAME}}. For more details about data sources, refer to chapter [[Documentation/DevGuide/Database/Database Access|Database Access]]. This includes data from any table of a database, or data from a query based on one or more tables.
+
A major feature of forms in {{AOo}} is that they can be data aware. You create form documents where the user manipulates data from a database that is accessible in {{AOo}}. For more details about data sources, refer to chapter [[Documentation/DevGuide/Database/Database Access|Database Access]]. This includes data from any table of a database, or data from a query based on one or more tables.
  
 
The basic idea is that a logical form is associated with a database result set. A form control model, which is a child of that form, is bound to a field of this result set, exchanging the data entered by the user with the result set field.
 
The basic idea is that a logical form is associated with a database result set. A form control model, which is a child of that form, is bound to a field of this result set, exchanging the data entered by the user with the result set field.

Latest revision as of 15:39, 21 December 2020



A major feature of forms in Apache OpenOffice is that they can be data aware. You create form documents where the user manipulates data from a database that is accessible in Apache OpenOffice. For more details about data sources, refer to chapter Database Access. This includes data from any table of a database, or data from a query based on one or more tables.

The basic idea is that a logical form is associated with a database result set. A form control model, which is a child of that form, is bound to a field of this result set, exchanging the data entered by the user with the result set field.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages