:: com :: sun :: star :: text :: textfield ::

service DatabaseNumberOfSet
Description
specifies service of text field that conditionally set the selection of a database cursor.
See also
::com::sun::star::text::TextField

Included Services
::com::sun::star::text::DependentTextField
is a ::com::sun::star::text::TextField which is not specified by itself, but dependent on a ::com::sun::star::text::TextFieldMaster .
Properties' Summary
DataBaseName contains the name of the database.
DataCommandType determines the interpretation of the property DataTableName.
DataTableName contains the name of the database table, query or a statement depending on the DataCommandType property.
Condition contains the conditions that determins whether the SetNumber is applied or not.
SetNumber cotains the set number that is to be applied.
Properties' Details
DataBaseName
string DataBaseName;
Description
contains the name of the database.
DataCommandType
long DataCommandType;
Description
determines the interpretation of the property DataTableName.
See also
::com::sun::star::sdb::CommandType
DataTableName
string DataTableName;
Description
contains the name of the database table, query or a statement depending on the DataCommandType property.
Condition
string Condition;
Description
contains the conditions that determins whether the SetNumber is applied or not.
SetNumber
long SetNumber;
Description
cotains the set number that is to be applied.

 
Top of Page