Foxtable(狐表)用户栏目专家坐堂 → [求助]文本框显示百分比,代码出错。(已解决)


  共有10621人关注过本帖树形打印复制链接

主题:[求助]文本框显示百分比,代码出错。(已解决)

美女呀,离线,留言给我吧!
yangming
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信 一级勋章
等级:超级版主 帖子:4109 积分:23338 威望:0 精华:21 注册:2008/9/1 20:07:00
  发帖心情 Post By:2011/10/13 13:51:00 [显示全部帖子]

text, 改成:value

 

Dim zc As Integer = CInt(Forms("劳动报酬").Controls("TextBox1").value)  '在册
Dim a As Integer =  CInt(Forms("劳动报酬").Controls("TextBox2").value)  'A
Dim b As Integer =  CInt(Forms("劳动报酬").Controls("TextBox3").value)  'B
Dim c As Integer =  CInt(Forms("劳动报酬").Controls("TextBox4").value)  'C
Dim d As Integer =  CInt(Forms("劳动报酬").Controls("TextBox5").value)  'D


 回到顶部