以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]用控件输入百分比数 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=120819) |
-- 作者:haotinghua -- 发布时间:2018/6/24 18:51:00 -- [求助]用控件输入百分比数 想在控件中输入百分比数,比如输入30等于30%, 怎么设置比较好
|
-- 作者:有点色 -- 发布时间:2018/6/24 19:53:00 -- textChanged事件
If val(e.sender.text) > 1 Then e.sender.Text = val(e.sender.text) / 100 End If
|
-- 作者:有点色 -- 发布时间:2018/6/24 19:56:00 -- 百分数,参考
http://www.foxtable.com/webhelp/scr/0803.htm
|