查看单个帖子
旧 2009-04-13, 09:26 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 call a drop-down list

call a drop-down list
this should be a simple question; howeve, i'm a newbie here so please go easy
how to call a dropdown list of properties and method when i type a [.] after the object name such as sldworks.
it doesn't seem working here. any option i need to check to get this?
thx, chris
solidworks 2007 (office pro.) sp5.0
testing solidworks 2009 (pro) sp0.0
dell precision t3400
2 cpu (8500) 3.16 ghz, 3.25 gb of ram
window xp pro sp2
nvidia fx 570 6.14.11.6262
if you are in vba, make sure the object before the . has been declared, and is the correct type, not a generic object. i.e. not
dim swapp as object
swapp.activedoc
but instead...
dim swapp as sldworks.sldworks
swapp.activedoc
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)