表单中有一个文本框,一个按钮, 在文本框输入一个学号,单击按钮查询并显示表中相应的记录.按钮的CLICK事件代码如下:use xsdalocate for 学号= thisform.text1.valueif found() dispelse ? ' 无此记录' thisform.text1.value='' thisform.text1.setfocusendif为何每次执行都显示"无此记录"????
这么用试试看:locate for 学号=alltrim(thisform.text1.value)