以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- e.form.Controls 怎么没有Value (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=9888) |
-- 作者:banemon -- 发布时间:2011/5/12 12:02:00 -- e.form.Controls 怎么没有Value Dim cF As WinForm.ComboBox=e.form.Controls("Cmb方式").
e.form.Controls 怎么没有Value 如上我重新dim个变量,也没value 但我在它的Change事件里确能用Value |
-- 作者:狐狸爸爸 -- 发布时间:2011/5/12 12:05:00 -- http://help.foxtable.com/topics/1525.htm
|
-- 作者:banemon -- 发布时间:2011/5/12 14:08:00 -- 回复:(狐狸爸爸)http://help.foxtable.com/topics/... ValueChange事件
Dim cF As WinForm.ComboBox =e.form.Controls("Cmb方式") ......................... ..... |