Subject | Re: [IBO] TIB_Query.fieldsvisible |
---|---|
Author | Luiz |
Post date | 2003-01-26T18:40:32Z |
Paolo,
Luiz
> Hi list,I have used fieldbyname('name').Visible:=False and works well.
> 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';
Luiz