[求助]小弟有一道题目实在不会,请高手帮忙啊!
以上的一个表单要实现点击“搜索”按钮后显示出符合运算条件的结果。
“搜索”按钮的click事件代码如下,其中(1)、(2)、(3)........为所需填写的代码,请高手指点一下,小弟不慎感激!
x1=thisform.combo1.value x2=thisform.combo2.value
x3=thisform.text1.(1) xx=x1-x2-alltrim(x3)
x4=thisform.combo3.value x5=thisform.combo4.value
x6=thisform.text2.(2) xxx=x4-x5-alltrim(x6)
if thisform.optiongroup1.(3)=1 y1=(4)
else y1=(5)
endif
(6)=xx-y1+xxx
if len(x4)>0 and len(x5)>0
select * from student where &yy
else
select * from student where &xx
endif