Subject | Re: [IBO] TiboQuery - recognize computed fields |
---|---|
Author | Helen Borrie |
Post date | 2001-07-05T07:11:19Z |
At 09:03 AM 05-07-01 +0200, you wrote:
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Hi,In the Delphi Fields Editor, explicitly change the FieldKind to fkInternalCalc, manually. It is also a good idea to set this field explicitly ReadOnly, too. The VCL will allow "editing" of this field kind but any changes will be ignored in the update.
> How can I recognize computed fields in TiboQuery (IBO 3.6.Ba). I've tried with property FieldKind, but instead of fkInternalCalc I've been received fkData. I've tested properties Readonly and canModify too.
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________