本文介绍了组合列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




i有一个列出公司名称的组合框....


选择公司名称会自动填充地址字段(地址线1,2,3和邮政编码)....

组合框中的
我有5列,公司名称,地址1,地址2,地址3和邮政编码.... ...


列宽,我有8,0 ...只显示公司名称(我想要)...我只想显示公司名称


但是组合框中的滚动条仍然会将我带到其他列(地址1,2,3和邮政编码).. 我如何获得这个滚动条?????? b $ b谢谢

Hi,

i have a combobox that lists company names....

selecting the company name automatically populates the address fields (address line 1,2, 3 and postcode)....

in the combobox i have 5 columns, company name, address1, address 2, address 3 and postcode.......

in the Column width, i have 8,0... which only shows the company name ( as i want)...I ONLY WANT TO SHOW THE COMPANY NAME

but theres a scrollbar in the combobox that still takes me to the other columns(address 1, 2, 3 and postcode).. HOW DO I GET RID OF THIS SCROLLBAR???

thanks

推荐答案




这篇关于组合列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 13:34