Subject Re: [IBO] TIB_Query.fieldsvisible
Author Luiz
Paolo,

> 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';

I have used fieldbyname('name').Visible:=False and works well.


Luiz