Subject | RE: [IBO] Calculated fields with TIBOQuery |
---|---|
Author | Helen Borrie |
Post date | 2003-09-29T22:52:05Z |
At 05:35 PM 29/09/2003 -0400, you wrote:
you defined it as a member of CalculatedFields, then you might be able to
change it by writing a suitable handler for OnCalculateFields, and then
call CalculateFields in response to whatever happens that changes the value.
foNoPartialCompare wouldn't have any effect on a 1-byte comparison.
Helen
>I don't understand how setting up EditSql will help when I'm only trying toYou can't edit a calculated field. If it is calculated on the client, i.e.
>edit a calculated field.
you defined it as a member of CalculatedFields, then you might be able to
change it by writing a suitable handler for OnCalculateFields, and then
call CalculateFields in response to whatever happens that changes the value.
>In fact, I don't know what the SQL statement wouldSounds like a locally calculated field, then...
>look like since a calculated field doesn't really exist on the server.
>Ditto for FieldOptions. I don't see how foCaseInsensitive orUppercase(value) <> value?
>foNoPartialCompare would have any effect on a Boolean, calculated field.
foNoPartialCompare wouldn't have any effect on a 1-byte comparison.
Helen