service DatabaseForm in module com::sun::star::form::component::

(Global Index)

[ DEPRECATED ]

Syntax

service DatabaseForm;

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

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.


Property 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

Property Details



DataSource

Syntax

string DataSource;

DataSelection

Syntax

string DataSelection;

DataSelectionType

Syntax

com::sun::star::form::DataSelectionType DataSelectionType;

Description

specifies the type of datasource.


MasterFields

Syntax

sequence< string > MasterFields;

SlaveFields

Syntax

sequence< string > SlaveFields;

Cycle

Syntax

com::sun::star::form::TabulatorCycle Cycle;

Description

returns the kind of tabulator controlling.


NavigationBarMode

Syntax

com::sun::star::form::NavigationBarMode NavigationBarMode;

Description

How to use a NavigationBar?


DataEntry

Syntax

boolean DataEntry;

Description

Is it only possible to add new data records to the database?


AllowInserts

Syntax

boolean AllowInserts;

Description

Are insertions of new records allowed?


AllowUpdates

Syntax

boolean AllowUpdates;

Description

Are modifications of the current record allowed?


AllowDeletes

Syntax

boolean AllowDeletes;

Description

Are deletions of records allowed?


Filter

Syntax

string Filter;

SortOrder

Syntax

string SortOrder;

Statement

Syntax

[readonly] string Statement;
Top of Page