第一个窗口,窗口脚本为
sqlca.dbms=profilestring("pb.ini","database","dbms","")
sqlca.dbparm=profilestring("pb.ini","database","dbparm","")
open(telephone-window1)
singlelineedit控件,输入密码用的,name为sle_1,还有一个button按钮,按钮脚本为
if upper(trim(sle_1.text))="mypassword" then
open (telephone-window2)
close (telephone-window1)
else
sle_1.setfocus()
end if
还有第二个窗口
可是运行时button按钮不管用,没反应,怎么回事啊
------解决方案--------------------
我刚也试了下, 改成 Lower(Trim(sle_1.Text)) 这样,无论输大小写都行, 如果是upper就不行