Das Notes Forum

Domino 9 und frühere Versionen => ND6: Entwicklung => Thema gestartet von: adminnaddel am 25.11.04 - 09:11:02

Titel: Problem mit ProfilDoc auslesen
Beitrag von: adminnaddel am 25.11.04 - 09:11:02
Hallo liebe Gemeinde,

hier ein Auszug aus einem Forwarding-Mail-Script ....


...
 Dim stRecipient As String
   Set profdoc = db.GetProfileDocument("prof", s.UserName)
   stRecipient = profdoc.fwdaddress
...

doch leider kriege ich schon in der dritten Zeile ein "Type mismatch"  ???

fwdaddress ist aber gefüllt!

lg Andy
Titel: Re: Problem mit ProfilDoc auslesen
Beitrag von: zhermann am 25.11.04 - 09:14:40
Hallo Andy,

dein profdoc ist doch vom Type Notesdocument, oder???
Dann mußt du es mit profdoc.GetItemValue("fwdadress") (0) die Daten auslesen.

Gruß

Zsolt
Titel: Re: Problem mit ProfilDoc auslesen
Beitrag von: adminnaddel am 25.11.04 - 09:23:02
Oh mein Gott  ;D DANKE!!!

lg Andy