I have a form with a series of 10 fields that could have up to 10k of data. When more than 3 or 4 are populated the document will not save and I get a “Field is too large (32K) or View’s column and selection formula is too large.” I put a loop in the querysave event to print the size of each item. Nothing is more than 10K. Can someone tell me what I am missing?
UI Saves tend to trample the IsSummary flag, perhaps it would be easier to change the fields on the form to Rich Text, or RichTextLite, then make an agent to go back and change the field types on the existing documents accordingly.