Autor Thema: Problem mit doc.replaceitemvalue  (Gelesen 1068 mal)

Offline DAU-in

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 1.129
  • Geschlecht: Weiblich
  • - unterwegs -
Problem mit doc.replaceitemvalue
« am: 22.08.07 - 10:08:50 »
ich sitz mal wieder einem Problem für Doofe:
der  Code unten läuft in einer Webapplikation und bricht immer bei
'Set itemTree = testDoc.ReplaceItemValue( fieldName, Tree0 )'

Was mache ich da falsch?
Alle Werte sind belegt, ich bin gerade (wieder einmal) ratlos




Dim Tree0 As String
Dim Tree1 As String

Dim testdoc    As NotesDocument ' für schleife
Dim fieldCounter As Integer  ' für Feldbenamsung
Dim itemTree As notesItem
Dim fieldName As String
Tree0 = ""
Tree1 = ""
fieldCounter = 0
            
While Len(tree)> 30000
               
   Tree0 = Left(tree, 30000)
               
   tree  = Mid(tree,30000)   
               
               
   Set testdoc = projectDC.GetFirstDocument    'wird weiter oben deklariert
               
   dbg Cstr(projectDC.Count)
               
   While Not testDoc Is Nothing
                  
      dbg "tree" & fieldCounter
                  
      dbg Len(tree0)
                  
      fieldName = "tree" & fieldCounter
      dbg fieldName
      Set itemTree = testDoc.ReplaceItemValue( fieldName, Tree0 )
      dbg " hinter itemTree"      
                  
      testDoc.Save False,False
      
      Set testDoc = projectDC.GetNextDocument(testDoc)

          Wend
          fieldCounter= fieldCounter + 1      
Wend
      
   
               
« Letzte Änderung: 22.08.07 - 10:11:55 von DAU-in »
mühsam ernährt sich das Eichhörnchen

aktuelle Tätigkeit: Feldschubse

Offline umi

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 2.062
  • Geschlecht: Männlich
  • one notes to rule'em all, one notes to find'em....
    • Belsoft AG
Re: Problem mit doc.replaceitemvalue
« Antwort #1 am: 22.08.07 - 10:30:02 »
Brauchts das ItemTree überhaupt?
Warum nicht einfach call testdoc.replaceitemvalue(fieldname,tree0)

Gruss

Urs

<:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jegliche Schreibfehler sind unpeabischigt
http://www.belsoft.ch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:>

Offline DAU-in

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 1.129
  • Geschlecht: Weiblich
  • - unterwegs -
Re: Problem mit doc.replaceitemvalue
« Antwort #2 am: 22.08.07 - 10:31:05 »
stimmt.

mühsam ernährt sich das Eichhörnchen

aktuelle Tätigkeit: Feldschubse

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz