This topic is locked

field order and permissions

3/14/2005 9:29:35 AM
ASPRunnerPro General questions
A
aspbeginner author

I have 2 simple questions
1st, Where can I change the list (colum) order of the fields displayed on the list page. I want to re-order them without having to rebuild the project.
2nd what are these permissions short for.

GetUserPermissions = "AEDSP"
I want to add users here without having to rebuild the project. Which permissions would I give for just read access.

Sergey Kornilov admin 3/15/2005

you can reorder fields modifying functions LoopRS and WriteTableHeader on ..._list.asp page.
Permissions:

A - Add

E - Edit

D - Delete

S - Search/View

P - Print/Export