求助 命令中含有不能识别的短语或关键字
代码如下,红色部分出错。代码是在combo2控件的click事件里。close all
use 噪声评价nr曲线
s=
select 频带125hz from 噪声评价nr曲线 where nr值=&s into array A
thisform.text8.value=A
select 频带250hz from 噪声评价nr曲线 where nr值=&s into array B
thisform.text9.value=B
select 频带500hz from 噪声评价nr曲线 where nr值=&s into array C
thisform.text10.value=C
select 频带1000hz from 噪声评价nr曲线 where nr值=&s into array D
thisform.text11.value=D
select 频带2000hz from 噪声评价nr曲线 where nr值=&s into array E
thisform.text12.value=E
select 频带4000hz from 噪声评价nr曲线 where nr值=&s into array F
thisform.text13.value=F
use
PS:问题就出在combo2控件上。如果单击combo2的下拉箭头并且选择里面的内容的话,没有任何问题。但是一旦点击下拉箭头左边的文字部分的话就会弹出上述错误信息。请各位高手帮忙,小弟新手,在此先谢过了!