Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: form :: component ::

service DatabaseForm

[ DEPRECATED ]
Description
This service specifies a form which is connected to a database and displays the results of SQL queries. It provides the possiblity of adding new data records, modifying existing ones, or deleting them.

A database form is a special kind of enhanced database row set which provides all information for displaying the data and has more possibilities for configuring the data manipulation.



Included Services

com::sun::star::form::component::Form
com::sun::star::data::DatabaseCursor

Exported Interfaces

com::sun::star::form::XDatabaseForm
[ DEPRECATED ]
Description
interface provides functionality to implement database-related forms.
com::sun::star::util::XRefreshable
Description
is supported by objects with data that can be refreshed from a data source.

Properties' Summary

DataSource
DataSelection
DataSelectionType specifies the type of datasource.
MasterFields
SlaveFields
Cycle returns the kind of tabulator controlling.
NavigationBarMode How to use a NavigationBar?
DataEntry Is it only possible to add new data records to the database?
AllowInserts Are insertions of new records allowed?
AllowUpdates Are modifications of the current record allowed?
AllowDeletes Are deletions of records allowed?
Filter
SortOrder
Statement

Properties' Details

DataSource
 
string DataSource;
DataSelection
 
string DataSelection;
DataSelectionType
 
com::sun::star::form::DataSelectionType DataSelectionType;
Description
specifies the type of datasource.
MasterFields
 
sequence< string > MasterFields;
SlaveFields
 
sequence< string > SlaveFields;
Cycle
 
com::sun::star::form::TabulatorCycle Cycle;
Description
returns the kind of tabulator controlling.
NavigationBarMode
 
com::sun::star::form::NavigationBarMode NavigationBarMode;
Description
How to use a NavigationBar?
DataEntry
 
boolean DataEntry;
Description
Is it only possible to add new data records to the database?
AllowInserts
 
boolean AllowInserts;
Description
Are insertions of new records allowed?
AllowUpdates
 
boolean AllowUpdates;
Description
Are modifications of the current record allowed?
AllowDeletes
 
boolean AllowDeletes;
Description
Are deletions of records allowed?
Filter
 
string Filter;
SortOrder
 
string SortOrder;
Statement
 
[ readonly ] string Statement;

Top of Page