Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6052 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 158... Line 158...
158
 
158
 
159
'-------------------------------------------------
159
'-------------------------------------------------
160
' Function:     canActionControl
160
' Function:     canActionControl
161
' Description:  Determine if the named control action can be performed
161
' Description:  Determine if the named control action can be performed
162
Function canActionControl (cname)
162
Function canActionControl (cname)
163
    canActionControl =  objAccessControl.IsDataActive ("PROJECTS", DB_PROJ_ID, cname) 
163
    canActionControl =  objAccessControl.IsDataActive ("PROJECTS", DB_PROJ_ID, cname)
164
End Function
164
End Function
165
 
165
 
166
'-------------------------------------------------
166
'-------------------------------------------------
167
' Function:     canShowControlInProject
167
' Function:     canShowControlInProject
168
' Description:  Determine if the named project-specific control should be shown
168
' Description:  Determine if the named project-specific control should be shown