Difference between revisions of "Documentation/DevGuide/Forms/Forms as Row Sets"

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 6: Line 6:
 
|NextPage=Documentation/DevGuide/Forms/Loadable Forms
 
|NextPage=Documentation/DevGuide/Forms/Loadable Forms
 
}}
 
}}
{{DISPLAYTITLE:Forms as Row Sets}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Forms as Row Sets}}
 
<!--<idltopic>com.sun.star.sdb.RowSet</idltopic>-->
 
<!--<idltopic>com.sun.star.sdb.RowSet</idltopic>-->
 
Besides forms, there is already a component that supports a result set, the <idl>com.sun.star.sdb.RowSet</idl>.If you look at the <idl>com.sun.star.form.component.DataForm</idl>, a <code>DataForm</code> also implements the <idl>com.sun.star.sdb.RowSet</idl> service, and extends it with additional functionality. Row sets are described in [[Documentation/DevGuide/Database/The RowSet Service|The RowSet Service]].
 
Besides forms, there is already a component that supports a result set, the <idl>com.sun.star.sdb.RowSet</idl>.If you look at the <idl>com.sun.star.form.component.DataForm</idl>, a <code>DataForm</code> also implements the <idl>com.sun.star.sdb.RowSet</idl> service, and extends it with additional functionality. Row sets are described in [[Documentation/DevGuide/Database/The RowSet Service|The RowSet Service]].
Line 12: Line 13:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Forms]]
+
[[Category:Documentation/Developer's Guide/Forms]]

Latest revision as of 13:00, 15 May 2009



Besides forms, there is already a component that supports a result set, the com.sun.star.sdb.RowSet.If you look at the com.sun.star.form.component.DataForm, a DataForm also implements the com.sun.star.sdb.RowSet service, and extends it with additional functionality. Row sets are described in The RowSet Service.

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