急!vfp制作选项按钮组调色板表单 5
题目要求:表单运行时,当按某个命令按钮后,选项按钮组的背景色就会变成按钮指定的对应颜色。做完选项按钮组的CLICK事件代码运行之后没有发生颜色变化。docasecaset...
题目要求:表单运行时,当按某个命令按钮后,选项按钮组的背景色就会变成按钮指定的对应颜色。
做完选项按钮组的CLICK事件代码运行之后没有发生颜色变化。
do case
case this.value=1
thisform.optiongroup1.backcolor=rgb(255,0,0)
case this.value=2
thisform.optiongroup2.backcolor=rgb(0,255,0)
case this.value=3
thisform.optiongroup3.backcolor=rgb(0,0,255)
case this.value=4
thisform.optiongroup4.backcolor=rgb(0,0,0)
case this.value=5
thisform.optiongroup5.backcolor=rgb(255,255,255)
endcase
thisform.refresh 展开
做完选项按钮组的CLICK事件代码运行之后没有发生颜色变化。
do case
case this.value=1
thisform.optiongroup1.backcolor=rgb(255,0,0)
case this.value=2
thisform.optiongroup2.backcolor=rgb(0,255,0)
case this.value=3
thisform.optiongroup3.backcolor=rgb(0,0,255)
case this.value=4
thisform.optiongroup4.backcolor=rgb(0,0,0)
case this.value=5
thisform.optiongroup5.backcolor=rgb(255,255,255)
endcase
thisform.refresh 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询