Subject | Calculated fields with TIBOQuery |
---|---|
Author | Steve Harp |
Post date | 2003-09-29T18:38:07Z |
Hi All,
I'm trying to use a Boolean calculated field with an TIBOQuery. I can
create the field just fine, but I can't edit it even thought I've set
RequestLive = True for the query. I'm trying to do a simple join of 2
tables and add a Boolean field so that I can display the result set in a
grid and allow the user to toggle the Boolean field on/off to
select/deselect the records. Also, I need the field to default to false;
now it defaults to NULL. I don't need to edit any of the natural fields in
the result set; only the calculated field.
Will this work and, if so, how do I do it?
Thanks,
Steve
[Non-text portions of this message have been removed]
I'm trying to use a Boolean calculated field with an TIBOQuery. I can
create the field just fine, but I can't edit it even thought I've set
RequestLive = True for the query. I'm trying to do a simple join of 2
tables and add a Boolean field so that I can display the result set in a
grid and allow the user to toggle the Boolean field on/off to
select/deselect the records. Also, I need the field to default to false;
now it defaults to NULL. I don't need to edit any of the natural fields in
the result set; only the calculated field.
Will this work and, if so, how do I do it?
Thanks,
Steve
[Non-text portions of this message have been removed]