Subject Re: [IBO] fields in readonly?
Author Helen Borrie
At 08:46 AM 13/08/2006, you wrote:
>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...

No, it's not. But why would you "iterate all controls of a form" if
it's a database field that is arriving read-only?

What is the SQL of this query?

Helen