Subject TIB_Query.fieldsvisible
Author Paolo Fenelli <paolopf@libero.it>
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