service DatabaseNumberOfSet in module com::sun::star::text::textfield::

(Global Index)

Syntax

service DatabaseNumberOfSet;

Description

specifies service of text field that conditionally set the selection of a database cursor.

See also

TextField

Included Services

com::sun::star::text::TextField

Description

A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.


Property 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.

Property Details



DataBaseName

Syntax

string DataBaseName;

Description

contains the name of the database.


DataCommandType

Syntax

short DataCommandType;

Description

determines the interpretation of the property DataTableName.

See also

CommandType

DataTableName

Syntax

string DataTableName;

Description

contains the name of the database table, query or a statement depending on the DataCommandType property.


Condition

Syntax

string Condition;

Description

contains the conditions that determins whether the SetNumber is applied or not.


SetNumber

Syntax

long SetNumber;

Description

cotains the set number that is to be applied.

Top of Page