This topic is locked

Drop down list security

6/27/2012 1:11:00 PM
ASPRunnerPro General questions
T
tamersherif author

I have 3 tables : 1-Documents 2-Folders 3-Users

Documents Fields: -DocID -DocName -UserID -File -Folder(dropdown list takes from FolderName in folder table)

Folders Fields : -FolderName -UserID

Users Fields : -UserID -username -password
The security is set to be "users can see and edit their own data only" and its working fine.

The problem is when i add a document all The FoldersName of all users appear in the drop down list although they are not appearing in the Folder View page except the folders of the owner.

Any ideas?

Sergey Kornilov admin 6/27/2012

ASPRunnerPro 7.1 adds an option to apply advanced security to dropdown controls.
Build a dropdown control based on custom view and apply "users can see and edit their own data only" option to this custom view.

T
tamersherif author 6/28/2012



ASPRunnerPro 7.1 adds an option to apply advanced security to dropdown controls.
Build a dropdown control based on custom view and apply "users can see and edit their own data only" option to this custom view.


This works for ASPRunnerPro 7.0?

Sergey Kornilov admin 6/28/2012

No, this feature was added in ASPRunnerPro 7.1.