Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDatabaseFormUpdate

Base Interface
com::sun::star::form::XDatabaseForm

[ DEPRECATED ]


Methods' Summary

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

Methods' Details

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

[ DEPRECATED ]
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