Is CDBLOBPART Data Structure Read Only

Hi, I am reading Java Script written on a Form using CDBLOBPART Data Structure and after making some changes when i am writing the Java Script back to this Header structure then on saving the form thr changes are not being reflected. Do we have to make changes in the CDEVENT Data Structure as well or is the data structure CDBLOBPART Read Only.

Please Respond

Thanks In Advance!

Subject: Is CDBLOBPART Data Structure Read Only

CD records are never “read only” because the whole stream can be created and modified, but you do need to make changes in the CDEVENT record. For example, you need to set the ActionLength to the appropriate length. Also, check to be sure that your NSFNoteUpdate worked without an error. That won’t guarantee your modified rich text will work, but if it doesn’t save, that would explain things.

By the way, if you get stuck, we handle such manipulation with our Midas Rich Text LSX (in LotusScript) and our Midas Rich Text C++ API (in C++).