Autor Thema: $ im Feldnamen  (Gelesen 2618 mal)

TheNet1996

  • Gast
$ im Feldnamen
« am: 26.12.02 - 01:17:39 »
Hallo,

wie kann ich einen feld mit einem Dollarzeichen benennen (z. B. $Setup) und mit Lotus Skript erstelllen?

Beispiel:
Sub Initialize
   
   Dim taskid As Integer
   Dim spfad As String
   
   Dim s As New NotesSession
   Dim zdoc As NotesDocument
   Dim db As NotesDatabase
   Dim view As NotesView
   Dim item As NotesItem
   Dim items(71) As String

        zdoc.$Setup = "4"

usw....

Offline ata

  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 5.092
  • Geschlecht: Männlich
  • drenaiondrufflos
    • Anton Tauscher Privat
Re:$ im Feldnamen
« Antwort #1 am: 26.12.02 - 22:13:10 »
... nur in der Kürze...

Zitat
zdoc.$Setup = "4"

... funktioniert nicht, jedoch...

zdoc.ReplaceItemValue("$Setup" , "4")

... sollte funzen...

ata
Grüßle Toni :)

Offline wflamme

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 690
  • Geschlecht: Männlich
  • Irgendwie geht das schon...
    • wflamme
Re:$ im Feldnamen
« Antwort #2 am: 27.12.02 - 23:48:56 »
       zdoc.$Setup = "4"

        zdoc.~$Setup = "4"
Grüße,
Wolfgang

"I love deadlines. I love the whooshing sound they make as they pass by..."
DOUGLAS ADAMS

wflamme@mainz-online.de
http://www.sns1.de/partner/flamme/wflamme.nsf

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz