Customize userpriv

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Andros
User
Posts: 111

Customize userpriv

Post by Andros »

Hello, I have many tables with the same "caption". When I setup the userlevelpermissions list page th user has multiple lines in the userpriv table with the same table name. I need to show the two fields: caption and tablename. I do this with a custom template, but is there any way to modify the rendered userpriv code thru the server/client code, so that I don't have the needign to modify the template at every update?


MichaelG
User
Posts: 1095

Post by MichaelG »

You need to customize GetTableCaption in userpriv.cs to return both caption and table name.


Post Reply