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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Forms)
m (FINAL VERSION FOR L10N)
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Forms/Forms Data Awareness
 
|NextPage=Documentation/DevGuide/Forms/Forms Data Awareness
 
}}
 
}}
{{DISPLAYTITLE:Data Awareness}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}}
 +
{{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 {{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.
  
Line 12: Line 13:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Forms]]
+
[[Category:Documentation/Developer's Guide/Forms]]

Revision as of 13:00, 15 May 2009



A major feature of forms in OpenOffice.org is that they can be data aware. You create form documents where the user manipulates data from a database that is accessible in OpenOffice.org. 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