Subject TiboQuery - recognize computed fields
Author Andrzej Zwierzchowski
Hi,
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.

For instance:
for i := 0 to Q1.FieldCount - 1 do
if Q1.Fields[i].CanModify then ..



Best Regards
Andrzej.Zwierzchowski@...


[Non-text portions of this message have been removed]