我的combo数据源为name表,两个表段,combo显示姓名、班级。
我用下列语句取值
ab1=thisform.combo5.Listitem[thisform.combo5.ListIndex ,1]
ab2=thisform.combo5.Listitem[thisform.combo5.ListIndex ,2]
开始ab1、ab2有值,但后就没有值了,不知为什么?请朋友们帮助!!
------解决方案--------------------------------------------------------
执行什么操作后出现这种情况?