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

(Global Index)

Syntax

service DatabaseFormattedField;

Description

This service specifies a data-aware FormattedField.

Included Services

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

Description

provides the basic functionality for a formatted field.


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

Description

provides the functionality to bind the field to a database field.


Property Summary

ConvertEmptyToNull determines if empty text should be regarded as a NULL value.

Property Details



ConvertEmptyToNull

Syntax

boolean ConvertEmptyToNull;

Description

determines if empty text should be regarded as a NULL value.

Top of Page