Subject | TIB_Query.fieldsvisible |
---|---|
Author | Paolo Fenelli <paolopf@libero.it> |
Post date | 2003-01-25T16:03:23Z |
Hi list,
i need to change the visible property of fields in a TIB_Query at
runtime
i've tried:
with IB_Query do
prepare;
fieldsvisible[0] := 'FieldName=FALSE';
open;
end;
but it raises the exception:
List index out of bounds(1)
Any help appreciated.
Paolo Fenelli
i need to change the visible property of fields in a TIB_Query at
runtime
i've tried:
with IB_Query do
prepare;
fieldsvisible[0] := 'FieldName=FALSE';
open;
end;
but it raises the exception:
List index out of bounds(1)
Any help appreciated.
Paolo Fenelli