回 帖 发 新 帖 刷新版面

主题:救命啊!!!!各路高手!表单运行时出现操作符或操作数类型不匹配

救命啊!!!!各路高手!表单运行时出现操作符或操作数类型不匹配
lpara c
thisform.label1.caption=c+"触发器密码"
do case
case c="插入"
thisform.optiongroup1.option1.value=1
thisform.optiongroup1.option2.value=0
thisform.optiongroup1.option3.value=0
case c="更新"
thisform.optiongroup1.option1.value=0
thisform.optiongroup1.option2.value=1
thisform.optiongroup1.option3.value=0
case c="删除"
thisform.optiongroup1.option1.value=0
thisform.optiongroup1.option2.value=0
thisform.optiongroup1.option1.value=1
endcase
thisform.text1.setfocus

回复列表 (共3个回复)

沙发

把代码改一下试试。
do case
case c="插入"
thisform.optiongroup1.value=1
case c="更新"
thisform.optiongroup1.value=2
case c="删除"
thisform.optiongroup1.value=3
endcase

板凳

试着测试一下:

lpara c
IF TYPE("c")#"C"
    ?"参数类型不符!"
    return .f.
ENDIF
thisform.label1.caption=c+"触发器密码"

3 楼

1楼正解

我来回复

您尚未登录,请登录后再回复。点此登录或注册