几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » SolidWorks二次开发
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


回复
 
主题工具 搜索本主题 显示模式
旧 2009-04-13, 12:44 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】macros locked by users

macros locked by users?
we put our macros on the network for the users to run. when we make changes we need to update the macros but they seem to be locked by the first person that opened them and we can't overwrite them. is there a way around this? should macros be loaded locally on the c drive? what do other company's do?
yup stinks. they cannot unload the macros either, they have to close sw before you can get access to it.
i think you have two choices, make the macros read-only...then you change the read only state before you edit it, or copy the files to their c:, which is what i do, but you need a way to update the macros if you make changes.
jeff sweeney, cswp
sw user since '96
they can unload the macros. on the computer that first loaded them go to tools->macros->edit... and select any macro to edit. this will open up vbe showing all of the macros the machine has opened. just close vbe down once it opened and problem solved. but yes, pain in the badside
to expand on what jeff said:
we have macros on the network. they are in two directories, one for usable macros, and one in a working directory. the macros in the usable directory are all read only, that way anyone (and multiple people at the same time) can open them up. if you need to edit a macro, copy it to the working directory and edit it there.
charles culp, cswp
aerospace design engineer
essex industries - st louis, missouri
sw2009 sp2.1
thanks for the replies.
so if the file are properties on the macro's are set to read only, sw doesn't lock them to the users and i can overwrite them?
nope it will still lock them. you can unlock them by doing what i said though.
there is a live workaround too: while you cannot edit the files while locked, you can change their folder name! this allows for a sneaky little trick that doesn't require going to the offending computer.
simply rename the folder on the netword drive where the macros are located. then copy that folder to the same drive. rename the new folder to be the same name as before the original folder was renamed.
the macros in the old folder with the changed name will still be locked out, but the macros in the new folder with the original name will be free to edit!
matt lorono
solidworks 2007 sp3.1
cad engineer/ecn analyst
i've seen this problem. in each macro, are the declarations before sub main or after? moving the declarations after sub main fixed this problem.
example:
problem present:
dim swapp as object ' declaration before sub main
sub main()
set swapp = application.sldworks
end sub
problem not present:
sub main()
dim swapp as object ' declaration after sub main
set swapp = application.sldworks
end sub
i don't know exactly why. my guess is that when the declaration is made outside the sub they are left out there even though the macro has ended, but if the declarations are inside the sub they are released at end sub.
try it and let me know.
kevin kenny, cswp
sw 2009 sp3.0
hp xw4300
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】creating pdmworks add-in using api - locked file problem yang686526 SolidWorks二次开发 0 2009-04-13 10:05 AM
【转帖】addin users yang686526 SolidWorks二次开发 0 2009-04-13 08:45 AM
【转帖】install vb.net addin to the users computers1 yang686526 SolidWorks二次开发 0 2009-04-12 09:29 PM
【转帖】install vb.net addin to the users computers1 yang686526 SolidWorks二次开发 0 2009-04-12 06:44 PM


所有的时间均为北京时间。 现在的时间是 02:02 PM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多