ReplaceItemValue fails due to 32K limit

Hi all. ReplaceItemValue method is leaving blanks when trying to pass the content of a XML to a text field due to the 32K size limit for a text field. There´s no problem if the size is lesser than 32K , but if it is bigger then the ReplaceItemValue method apparently fails. Is there any way of bypassing this limit? Any idea to solve this problem? Thanks in advance!!

Subject: ReplaceItemValue fails due to 32K limit

use richtext field and then check. I believe there is no way you can store more than 32 k data in a normal text field, even if you do so, document will get corrupted.

Subject: Rich Text instead of text

I used a richtext field and it worked. Thanks very much for your response.