
June 30th, 2004, 02:35 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
have a form only display fields user has access to
How can i have a form, which contains all the fields of the table it represents, only display the fields which the user that is currently logged in, and ignore the rest?
Right now, what happens is, if the user has select permission on some but not all fields of a table, when they open the corresponnding form,
it gives me a "select permission denied on [specific field]", and never opens the form.
I would like it to display the form instead, and for any field the user has no select permission to, it should just leave blank.
Can this be done with a property, some code, or anything?
Any help would be appreciated  thanks!
|