summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DatabaseTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabaseTextField.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseTextField.idl29
1 files changed, 21 insertions, 8 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseTextField.idl b/offapi/com/sun/star/form/component/DatabaseTextField.idl
index fa7a2628b805..d07e2ec39544 100644
--- a/offapi/com/sun/star/form/component/DatabaseTextField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseTextField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseTextField.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:10 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:04:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,21 +76,25 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::form::component::DatabaseTextField
-/** This service specifies a data-aware TextField.
+/** This service specifies a text field which is data-aware, and can be bound to a database field.
*/
service DatabaseTextField
{
- // DocMerge: empty anyway
service com::sun::star::form::component::TextField;
- // DocMerge: empty anyway
service com::sun::star::form::DataAwareControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::form::component::DatabaseTextField::ConvertEmptyToNull
- /** determines if empty text should be regarded as a NULL value.
+ /** determines if an empty text should be treated as a <NULL/> value.
+
+ <p>When the user enters text into a text field, and after this, the control
+ content is to be committed into the database field the control is bound to,
+ a decision must be made how to deal with empty strings.<br/>
+ This is controlled by this property.</p>
+
+ <p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
+ converted into <NULL/>, else it is written as empty string.</p>
*/
[property] boolean ConvertEmptyToNull;
@@ -103,6 +107,15 @@ service DatabaseTextField
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.2 2002/07/26 09:49:13 fs
+ IDL review form layer
+
+ Revision 1.3.24.1 2002/02/19 08:46:24 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.3 2000/11/08 12:43:10 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:19 hjs
initial import