db.table.field.readable=False
On Oct 20, 10:30 am, Richard Vézina <[email protected]> wrote: > Hello, > > I try to develop a generic function that could show a data grid and expose > differents fields depending of specific group of users. So I have a series > of table that are very similar. They contain fields that are not necessarily > usefull for all users so I do not want to show these fields. > > SQLTABLE let specify the fields we want in the output with "columns=", but > since all my tables are partly different in the fields I want to show that > they contain I would have to hardcode for every single table the fields I > want in "columns=". > > I hope I make my self clear. > > Is there a way to proceed by black listing fields that we don't want to > expose?? > > Richard

