service DataForm in module com::sun::star::form::component:: |
service DataForm;
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 |
Exported Interfaces |
is used to initialize a data row which should be inserted.
used to load/unload the form
Loading a form is basically the same as executing the underlying row set. In fact, all the
functionality of this interface could be simulated by using setting some properties manually,
One main difference between
Property Summary |
|
MasterFields | is used for subforms and contains the names of columns of the parent form. |
DetailFields | is used for subforms and contains the names of the columns of the subform which are related to the master fields of the parent form. |
Cycle | returns the kind of tabulator controlling. |
NavigationBarMode | How to use a NavigationBar? |
AllowInserts | Are insertions of new records allowed? |
AllowUpdates | Are modifications of the current record allowed? |
AllowDeletes | Are deletions of records allowed? |
Property Details |
||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.