主题:[讨论]combol的使用?
我定义了COMBOL的ADDLISTITEM为“姓名”、“性别”、“单位”三项,当我选定COMBOL为“单位”时,在相应的TEXT1的中输入一个想要查询的单位名称,然后把对应所在这个单位的所有人的资料显示在GRID1中,
遇到的问题是:if thisform.combo1.value="单位"
select * from 通讯录 where 单位=thisform.text1.value into cursor xxx
thisform.grid1.recordsource='xxx'
endif
总是不执行 thisform.combo1.value="单位", 为什么? 错误出在哪里?
遇到的问题是:if thisform.combo1.value="单位"
select * from 通讯录 where 单位=thisform.text1.value into cursor xxx
thisform.grid1.recordsource='xxx'
endif
总是不执行 thisform.combo1.value="单位", 为什么? 错误出在哪里?