How to create a table that new records that users add won't be sho |
11/1/2009 10:30:07 | |
| PHPRunner General questions | ||
|
N
Nelson author
Hi , I created this thread with the question below...but the thread got locked --> http://www.asprunner.com/forums/topic/12430-how-to-create-a-table-that-new-records-wont-be-shown/pagefromsearch1.. As in "advanced security settings"...I chose "user can see others data; can edith their own data only....(Usertable & maintable ID= uniqnr)in username & password from database I chose: "username field"= Name ..... "Password field"= phonein permission groups I chose: (Default can): add, ,delete, edith, view...(Guest can): add, view....(admin can do all)
|
||
|
J
|
Jane 11/2/2009 |
|
Nelson, select uniqnr,
|
|
|
N
|
Nelson author 11/4/2009 |
|
Nelson, I suppose you need to create custom view for non-admin users on the Datasource tables tab, edit SQL query on the Edit SQL query tab for this view. Here is just a sample: select uniqnr,
As in "advanced security settings"...I chose "user can see others data; can edith their own data only....(Usertable & maintable ID= uniqnr)in username & password from database I chose: "username field"= Name ..... "Password field"= phonein permission groups I chose: (Default can): add, ,delete, edith, view...(Guest can): add, view....(admin can do all)
|
|
|
J
|
Jane 11/5/2009 |
|
Hi, |
|