TDBAdvEdit displays (Memo)

Hi,


C++Builder 10.1 . TMS Component pack 8.8.1

I have a Firebird database with a varchar(256) field. When I hook that up to a DBAdvEdit field, (Memo) is displayed instead of the text for the field in the database.

Comparing the edit field to others on the dialog, I don't see any different setting that would force the display of (Memo).

Any suggestions about where to look?

Thanks

Implement your persistent field event OnGetText to return the actual text instead of the default (Memo)
This is a behavior at DB field level and not at our component level.