Field is too large (32K) but a bit different scenario

Hello!

My question is about an error that has been previously asked in the forums but the solutions did not work for us.

The error occurs when a user saves a document. The document has been created and saved using lotus script.

The error

Field is too large (32K) or View’s column & Selection are too large.

appears if the user puts in edit mode the document and saves it.

Please also note that the form it loads has quite a large number of fields (which are really needed and probably cannot remove any.)

We also tried to set the IsSummary property to false for all the fields but still the error occurs.

Any ideas?

Thanks.

Subject: Field is too large (32K) but a bit different scenario

Have you tried breaking up the content with Carriage returns/NewLine characters? That works for us in the user interface (hitting the enter key) but I don’t know if that will help you in code.

Randy