HI My old app uses a Note field and DB Memo. I look up text from another table and put it into the DB Memo field. All the paragraphs keep their format with blank lines between them.
I changed the Note field to Varchar and I loose the blank lines between the paragraphs and get the LineEnd character. I tried DB Memo and Rich Edit both loose the blank lines. As a long shot I tried PROPERTY <Component ID> PLAINTEXT 'FALSE' but that didn't work either. Is there some simple option I am missing? Thanks Marc

