interface XDatabaseFormUpdate in module com::sun::star::form::

(Global Index)

[ DEPRECATED ]

Syntax

interface XDatabaseFormUpdate : com::sun::star::form::XDatabaseForm ;

Method Summary

updateRecordByController provides a way for updating the current record of a form.

Method Details



updateRecordByController

[ DEPRECATED ]

Syntax

long updateRecordByController (
com::sun::star::form::XFormController xFormController );

Description

provides a way for updating the current record of a form.

The controller contains all controls related to the form. In case of aborting an update, the controls are useful for setting the focus on the control which contains the wrong data.

Top of Page