[VF]编译提示:"命令中含有不能识别的短语或关键字"?
......IFs(1)=""thenMESSAGEBOX("用户名或密码不正确!",0+64,"登陆错误")thisform.container1.container1...
......
IF s(1)="" then
MESSAGEBOX("用户名或密码不正确!",0+64,"登陆错误")
thisform.container1.container1.text1.Value="
thisform.container1.container1.text2.Value="
ELSE
......
其中
thisform.container1.container1.text1.Value="
thisform.container1.container1.text2.Value="
两句编译时都会提示"命令中含有不能识别的短语或关键字。".
To 我爱数学1992:好像做界面的时候看漏了一个container1容器,改后再看看. 展开
IF s(1)="" then
MESSAGEBOX("用户名或密码不正确!",0+64,"登陆错误")
thisform.container1.container1.text1.Value="
thisform.container1.container1.text2.Value="
ELSE
......
其中
thisform.container1.container1.text1.Value="
thisform.container1.container1.text2.Value="
两句编译时都会提示"命令中含有不能识别的短语或关键字。".
To 我爱数学1992:好像做界面的时候看漏了一个container1容器,改后再看看. 展开
展开全部
把“then”去掉!
几层容器呀?
thisform.container1.text1.Value='' &&这样应该够了吧?
看你的表单,是否容器嵌套多了,真的container1里还有个container1吗?
改成这样了? thisform.container1.text1.Value
那就看看text1控件真的在container1里吗?
方法:拖动container1,观察text1控件跟着走吗?
我不明白,你的container1里到底是不是还有一个container1,不管有几层容器的嵌套,代码与控件配套就行!
几层容器呀?
thisform.container1.text1.Value='' &&这样应该够了吧?
看你的表单,是否容器嵌套多了,真的container1里还有个container1吗?
改成这样了? thisform.container1.text1.Value
那就看看text1控件真的在container1里吗?
方法:拖动container1,观察text1控件跟着走吗?
我不明白,你的container1里到底是不是还有一个container1,不管有几层容器的嵌套,代码与控件配套就行!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询