Autor Thema: Function LS  (Gelesen 1173 mal)

Offline Madmission

  • Junior Mitglied
  • **
  • Beiträge: 100
  • Geschlecht: Männlich
Function LS
« am: 17.02.05 - 11:13:24 »
Hallo an alle!!

Hab so ne kleine frage, gibt es eigentlich die Function @thisvalue auch im LS, denn ich finde in der hilfe nichts. Damit ich alles dynamisch halten kann und keine felder hardcodieren muss.

Gruss Madmission

Glombi

  • Gast
Re: Function LS
« Antwort #1 am: 17.02.05 - 11:17:38 »
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
« Letzte Änderung: 17.02.05 - 11:19:45 von Glombi »

Glombi

  • Gast
Re: Function LS
« Antwort #2 am: 17.02.05 - 11:18:54 »
Kleiner Tipp: Sowas bekommt man einfach und schnell heraus, wenn man die Designer Hilfe zu dem Befehl öffnet. Dort steht dann zu @ThisValue

@ThisValue
Rückgabewert
Wert
Der Wert des aktuellen Felds.
Verwendung
Diese @Funktion gibt außerhalb einer Feldformel eine leere Zeichenfolge zurück.
Diese @Funktion ist zum Schreiben von portierbarem Code geeignet. Verwenden Sie @ThisValue anstelle des Namens des aktuellen Felds.

Entsprechungen in anderen Sprachen
FieldGetText-Methode in LotusScript, NotesUIDocument-Klasse


Andreas

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz