以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何将登陆界面里的用户名显示出来? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=146821) |
-- 作者:gudao123456 -- 发布时间:2020/3/3 11:28:00 -- 如何将登陆界面里的用户名显示出来? 在登陆的界面,总会把用户名罗列出来供选择,如何将用户名不显示出来? |
-- 作者:2900819580 -- 发布时间:2020/3/3 11:41:00 -- Dim cmd As new SQLCommand cmd.CommandText = "SELE CT DISTINCT name From {user}" |
-- 作者:gudao123456 -- 发布时间:2020/3/3 12:30:00 -- 一定要编码吗?系统没有现成的功能吗? |
-- 作者:有点蓝 -- 发布时间:2020/3/3 13:40:00 -- 没有现成的功能。需要自己做用户管理:http://www.foxtable.com/webhelp/topics/2048.htm |