Title: Disabling the ability to select fields in an Input Array Post by: Richard M. on November 14, 2008, 04:01:48 pm Right-Mouse click in the Title section of an input array brings up a list of available fields. How can this be turned off?
Ta Title: Re: Disabling the ability to select fields in an Input Array Post by: Richard M. on November 17, 2008, 11:13:26 am Moved to BDL
Title: Re: Disabling the ability to select fields in an Input Array Post by: Lionel F. on November 20, 2008, 06:43:48 pm Hello Richard,
You could use the attribute UNHIDABLE to prevent the user from hiding a specific column. You can also use the attribute UNHIDABLECOLUMNS so that all the columns of the table cannot be hidden. Columns which are not hidable will therefore not appear in this context menu anymore. I hope it helps. Regards, Lionel |