Foxtable(狐表)用户栏目专家坐堂 → [求助]RadioButton设置问题


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

主题:[求助]RadioButton设置问题

帅哥哟,离线,有人找我吗?
gcf0937
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:婴狐 帖子:9 积分:147 威望:0 精华:0 注册:2018/12/8 22:57:00
[求助]RadioButton设置问题  发帖心情 Post By:2019/7/1 17:20:00 [显示全部帖子]

老师,在CheckedChanged事件

RadioButton选中时TextBox5设置为可编辑,否则为不可编辑,以下代码错在哪里?

 

If e.Sender.Checked = True Then
    e.Form.Controls("TextBox5").text = BooleanEnum.False
Else
    e.Form.Controls("TextBox5").text = BooleanEnum.True
End If

 


 回到顶部