Subject | RE: [IBO] Make Calculated Field modifiable |
---|---|
Author | Alan McDonald |
Post date | 2004-02-25T11:27:57Z |
> No, no chance. A calculated Field ist allways readonly.COMPUTED in the context of IBO is not the same CACULATED at the server.
> (hardcoded in TIB_Statement.GetReadOnly(...) )
>
> I changed the code there, introduce a new constant as a FieldAttribute.
>
> I will email you the code changes, so that you can decide, if to put
> in the next release.
>
> Andreas Hesse
COMPUTED means you can mess around with it on the client side
Alan