Today I was confronted with the following problem. On a form I have a VARCHAR BLOB field.
This BLOB field is also present on a report. Now the problem : The text that is entered in the BLOB editor in the form doesn't correctly wrap when the report is printed. The end of the text line does not get printed as the text in the BLOB field is wider than the page width. When I reset the right margin in the BLOB editor and save the field, then the text is correctly printed on the report. So : is this something that I can reset by changing settings of the BLOB field, or by changing the settings of the BLOB Editor ? Or is there a property that can be set programmatically ? Luc Delcoigne

