有关标签控件问题
请教各位高手,我想用以下代码根据标签的值是否存在来修改表数据,但没有效果thisform.optiongroup1.option1.value=1
USE szb
FOR i=1 TO thisform.list3.listcount
c=ALLTRIM(STR(i+15))
IF thisform.label&c..caption!=""
FOR j=1 TO 12
n=ALLTRIM(STR(j+12*(i-1)))
replace kmname WITH thisform.text&n..value;
for bjname=ALLTRIM(thisform.list3.list(i)) AND xq=ALLTRIM(thisform.optiongroup1.Buttons(1).caption) AND jb=j
ENDFOR
endif
ENDFOR
问题原因主要在红体字地方,其他代码没有错误.我修改了很多次,还是不能解决.因此求助各位高手帮忙.