0
I have a DBGrid
, one FDQuery
and a DataSource
that bring values from a table. In this FDQuery
I created a calculated field of the type Integer
called mult
. The purpose of this field is for the user to write the multiplier value in the grid
. The problem is that in the field of DBGrid
He won’t let you type, just blink the dial:
I’ve checked the settings on DBGrid
and it’s editable, I checked the field, but I have no idea what the reason for this problem is. Can anyone tell me how to solve?
You don’t have the property
readonly = true
?– David
So I checked this too, and it’s not true, I tried several times to enable and disable to see if it was bug...
– Felipe Neiva
Good afternoon Felipe.. Dear the CALCULATED FIELD is to show something and not to be typed. As far as I know you will not achieve your goal this way.
– Ricardo M.Souza
Ricardo, thanks for the tip my dear, you are correct, I was doing wrong even...fixed the problem and finally understood the concept rs.
– Felipe Neiva