主题:菜鸟再次请教一个问题
thisform.i=thisform.i+1
select password
locate for yh=alltrim(thisform.combo1.value)
if found () and mm=alltrim(thisform.text1.value)
do 菜单 1.mpr
do 工具
release thisform
else
if thisform.i<3
=messagebox("操作员密码错!"+chr(13)+"再试一次!",48,"警告")
thisform.text1.setfocus
else
=messagebox("对不起,您已错了三次了!"+chr(13)+"非法用户,;请您退出系统",48,"严重警告")
thisform.release
endif
endif
这段代码中在我执行中说“do 菜单 1.mpr”这个语法错误,不知道错在哪呢?还说找不到属性i,请问是什么问题了
select password
locate for yh=alltrim(thisform.combo1.value)
if found () and mm=alltrim(thisform.text1.value)
do 菜单 1.mpr
do 工具
release thisform
else
if thisform.i<3
=messagebox("操作员密码错!"+chr(13)+"再试一次!",48,"警告")
thisform.text1.setfocus
else
=messagebox("对不起,您已错了三次了!"+chr(13)+"非法用户,;请您退出系统",48,"严重警告")
thisform.release
endif
endif
这段代码中在我执行中说“do 菜单 1.mpr”这个语法错误,不知道错在哪呢?还说找不到属性i,请问是什么问题了