paolone.biz
Starting Member
3 Posts |
Posted - 17 May 2006 : 06:10:50
|
quote: Originally posted by zerakh
quote: Type mismatch: 'cLng'
/forum/pop_profile.asp, line 1535
line 1535 and then some::
strSql = strSql & ", M_LEVEL = " & cLng("0" & Request.Form("Level"))
' ######### ADMIN LEVELS ##########
EditingAdminLevel = cLng(getALevel(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword")))
RequestAdminLevel = cLng("0" & Request.Form("ALevel"))
if IsAdminAllowed(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1)=1 AND EditingAdminLevel > RequestAdminLevel then
strSql = strSql & ", M_ALEVEL = " & cLng("0" & Request.Form("ALevel"))
end if
' #################################
hello,
i'm italian 
i setup all part and my id is set with M_ALEVEL = 3
when i try to modify the member there is error 
can you help me please? 
bye bye |
Edited by - paolone.biz on 17 May 2006 06:11:12 |
|