以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  加密显示  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=122870)

--  作者:有点甜
--  发布时间:2018/8/3 12:26:00
--  
If e.Col.Name = "计提金额" Then \'请改为实际列名
    If User.name <> "玲" AndAlso User.name <> "开发者" Then \'如果不是指定用户
        e.Text = "****" \'则修改显示内容
    End If
End If
 
如果还是不行,命令窗口弹出 msgbox(User.name) 的值看看