LOTUSSCRIPT/COM/OLE CLASSES


FieldGetText method
Example

In a document in read or Edit mode, returns the contents of a field you specify, as a string. If the field is of type numbers or date-time, its contents are converted to a string.

Defined in

NotesUIDocument

Syntax

textValue$ = notesUIDocument.FieldGetText( [ fieldName$ ] )

Parameters

fieldName$


Return value

textValue$


Usage

All values are displayed for a multi-value field. The values are separated by the multi-value separator as specified for display purposes in the field properties.

Language cross-reference

@GetDocField function in formula language

@GetField function in formula language

@ThisValue function in formula language

@GetProfileField function in formula language

@Author function in formula language

Example
See Also