Kann es sein, daß die im Betreff genannte Fehlermeldung "nur" noch in 4.6 vorkommt ?
Ich habe eine In Notes 4.6 entwickelte DB mit R5 überarbeitet. Das Script, daß ich in R5 geschrieben hab, hat dort auch keine Probleme gemacht.
Jetzt hab ich das Script noch einmal in 4.6 getestet, und dabei hatte ich die genannte Fehlermeldung
Die Folgende Erklärung habe ich in der Notes Hilfe gefunden :
Even though strings in LotusScript 4 can be longer than 64K, there are still restrictions with the length of the string you can read or write using the GET and PUT statements. The only combination of filetypes that will work with long strings is with a binary file and a variable-length string. Fixed length strings, strings in variants, and random files will not work with strings greater than 64K in length because they have a two-byte header which contains the length of the string. Two bytes cannot represent more than 64K.
Ist das die Erklärung ? Bzw. wie kann ich dies umgehen ?
Wer hat eine Idee ?
Gruß
SESE