I have a TDBGrid which shows some calculated fields. I'm use MySQL database.
I need to edit field values of one calculated field called "Date" but I can't. I try to edit other field called "Description" which have StringField type and it worked!
Date is shows modificated DateTime type value which only displays the Day only using DayOfTheMonth method.
How to do this? Is there any methods to edit values of Calculated Field? Help me please...
Thanks in advance.