求助 登录界面的问题
yhm=alltrim(thisform.text1.value)mm=alltrim(thisform.text2.value)
go top
locate for 用户名=yhm .and. 密码=val(mm)
if found()=.n.
n=n+1
if n=3
wait window"用户名或密码不正确,登录失败,2秒后退出程序"timeout 2
thisform.release
quit
else
wait window"用户名或密码不正确,请重新输入"timeout 2
thisform.text1.setfocus
thisform.text1.value=""
thisform.text2.value=""
thisform.refresh
endif
else
do start.scx
endif
这是我的代码 前面的都没问题 可是到最后一步 运行start这个表单的时候 显示 start.scx 不存在 可是在我存储的地方有这个文件
实在不知道 问题在哪 大家帮我一下啊