Subject RE: [IBO] How to hide column in IB_Grid
Author Michael L. Horne
Try something like the following

if (NOT formData.CanAR) then
qyCustomer.FieldsVisible.Values['CUS_TICKLER'] := 'FALSE'
else
qyCustomer.FieldsVisible.Values['CUS_TICKLER'] := 'TRUE';

It sets a column to visible or not based on a boolean.

Good Luck

Michael L. Horne


> -----Original Message-----
> From:
> sentto-402930-4980-984714722-guardian=pobox.com@...
> [mailto:sentto-402930-4980-984714722-guardian=pobox.com@....
> com]On Behalf Of prasit1961@...
> Sent: Thursday, March 15, 2001 10:52 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] How to hide column in IB_Grid
>
>
> Dear sir,
> I set some coloumn of IB_Query in DataModule to invisible but another
> form that uses same IB_Query have problem. How I can do?
> best regard,
> Prasit Wiseschaiya.
> IBObjects user.
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>