用VFP编程
发布网友
发布时间:2022-04-22 05:34
我来回答
共1个回答
热心网友
时间:2023-12-31 01:07
Command1:
a=thisform.text1.value
b=thisform.text2.value
if a="Admin" .and. b=1234
thisform.label3.caption="身份确认,欢迎使用本系统"
else
thisform.label3.caption="用户名和密码不对,请重新输入"
endif
Command2:
thisform.release
注意:text2的value值要改为数值型