Does anyone know how to be able to not show certain columns based on user permissions? I have set the visible := false; but, the user can still right-click and do a showcolumn. I need to be able to remove the column based on user permissions.
Does anyone have any ideas?
0
Comments
Cheers,
John
Setting Editable to false will still allow the user to read the column. If this is not desired (e.g. confidential information) you might set the foreground color to white, thus displaying the data in white writing on white background which of course appears like a empty white column.
Alternatively you might also use the OnFormat trigger of the column(s) in question and blank out the real information.
Marcus
[This message has been edited by fabian (edited 08-07-2001).]
Marcus Fabian