Hi,
I tried to add field with BLOB type to quick search, but couldn’t see it in the option. (I have called the field in the sql)
Then I decided to alter the table in database, I alter the field from TEXT to VARCHAR.
But the existing grid is still showing that the field has BLOB type.
I really need to refresh the grid, without having to remake it from scratch.
I understand that in form, we just have to synchronize it. But how does it work in grid?