Feature Request - OnGetText OnSetText

Hi,

I have a feature request. TField supports events for OnGetText and OnSetText; however, TDAField does not. I use them, extensively, to store values in CHAR (1) columns, but display static, descriptive values to the user, without using lookup tables.

Thanks,

David

Logged as 63705.
as a workaround, you can in runtime assign events to datatable.Fields[x].BoundedField (=TField) after opening of table

Hi,

I had to assign OnGetText and OnSetText in TDAMemDataTable.BeforeScroll. I assume because I am using DA SQL. However, it works.

Thanks,

David