Gibt es:
Beispiel
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$
String. Optional. The name of the field that has the contents you want. If you don't specify a fieldName$, the method returns the contents of the current field.
Return value
textValue$
String. The contents of the field you specified.
Den aktuellen Feldnamen bekommst Du mit
fieldName$ = notesUIDocument.CurrentField
Andreas