Autor Thema: Immer doppelte RT-Felder nach AppendDocLink ?  (Gelesen 1582 mal)

Offline LisaS

  • Senior Mitglied
  • ****
  • Beiträge: 429
  • Geschlecht: Weiblich
  • Ich liebe dieses Forum!
    • [WCM4U]
Immer doppelte RT-Felder nach AppendDocLink ?
« am: 05.03.08 - 14:05:37 »
Hallo,

kann mir jemand veraten, warum ich nach dieser Aktion immer ein 'DocLink' Richtext-Feld mehr in den Dok.Properties sehe?
Code
Forall elem In tmpC
			Set col = view.GetAllDocumentsByKey(elem)
			If Not col Is Nothing Then
				Set doc = col.GetFirstDocument
				Do Until doc Is Nothing
					Set rti = doc.GetFirstItem( "DocLink" )
					Call rti.AppendDocLink( thisDoc, "Zum Projekt " + Cstr(thisDoc.proj_md_Number(0)),Cstr(thisDoc.proj_md_Number(0)) )
					Call doc.Save( False, True )
					Set doc = col.GetNextDocument(doc)		
				Loop
			End If
		End Forall
Eigendlich sollte der Link in das vorhandene Richtextfeld.
Wenn ich das Dok. dann im Frontend öffne und speicher, dann ist wieder nur ein 'DocLink'-Feld in den Properties zu sehen.

Helft mir mal bitte auf die sprünge..
Grüße
Hitcher
« Letzte Änderung: 05.03.08 - 15:16:58 von Hitcher »
Rechtschreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.
Server Windows , Domino 8.5.2, Workstation Win 7, Client 8.5.2, Designer 8.5.2 Browser IE 9, Firefox

Offline LisaS

  • Senior Mitglied
  • ****
  • Beiträge: 429
  • Geschlecht: Weiblich
  • Ich liebe dieses Forum!
    • [WCM4U]
Re: Immer doppelte RT-Felder nach AppendDocLink ?
« Antwort #1 am: 05.03.08 - 15:17:42 »
Habs gefunden:
Code
Forall elem In tmpC
			Set col = view.GetAllDocumentsByKey(Fulltrim(elem))
			If Not col Is Nothing Then
				Set doc = col.GetFirstDocument
				Do Until doc Is Nothing
					Set rti = New notesrichtextitem(doc,"DocLink")
					Call rti.AppendDocLink( thisDoc, "Zum Projekt " + Cstr(thisDoc.proj_md_Number(0)),Cstr(thisDoc.proj_md_Number(0)) )
					Call doc.Save( False, True )
					Set doc = col.GetNextDocument(doc)		
				Loop
			End If
		End Forall
So geht es.... ;D

Grüße
Rechtschreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.
Server Windows , Domino 8.5.2, Workstation Win 7, Client 8.5.2, Designer 8.5.2 Browser IE 9, Firefox

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz