This is really strange. I have a pre-process step that initializes a bunch of fields in the tables. I set this CLOB field to show a line of text as the first line.

It shows up in every record when I'm scrolling through the table, as expected.

But again, when I go into Edit mode and then set theMemo.Lines.Text := 'some more text', it shows up initially.

But when I do the Post, it's reverted to the original field contents.

I'm really puzzled.