Subject fields in readonly?
Author zifnabbe
Hi,

I've recently move from an older version of IBobjects to the latest.
Now, I'm experiencing something weird:

I create a TIBOQuery at run-time, when I try to edit the values of a
record, it isn't possible anymore... I've checked it and it is because
the database field is read-only (the dataset itself is not).

If I manually change the readonly value to false, then I can edit the
value again and everything works as normal... but it is surely not the
idea that I iterate all controls of a form and change it's readonly
status to false...

Anybody an idea what might be the case here?

Thanks!