几何尺寸与公差论坛------致力于产品几何量公差标准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-12, 07:29 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】run macro when saving

run macro when saving
hey all,
i'm a newbie when it comes to macros, and the search feature doesn't work, so i have to ask.
can someone show me how to get a macro to run when saving a file in solidworks. i have the macro, but i'd like to modify it so that it runs when saving a drawing.
thanks,
adam
it's not particularly easy to do, and not really best to do with macros either. if possible, it is better to delete your save button off the toolbar and replace it with a macro button.
i'll get you eh steve, if it's the last thing i dooooo!
adam,
other option is to have the macro running in the background and have it monitor when the users presses the save button it would run your code. it has been a while since i did something like this, so i will have to look at the proeedure to do it.
wayne matus
texas engineering systems
originally posted by: wayne matus
adam,
other option is to have the macro running in the background and have it monitor when the users presses the save button it would run your code. it has been a while since i did something like this, so i will have to look at the proeedure to do it.
any help is appreciated.
howdy adam,
the attached file and .bmp might help.
it contains instructions for adding a button and a sample button you might be able to use.
tobin sparks
.nov.com
ok, here is the macro. you will need to edit and place your code in the presave sub on the class1 module.
the macro stays running in the background, so you run it once and it stays running until you close solidworks. it will run your code just before the active document is actually saved.
wayne matus
texas engineering systems
downloaded the macro. when you say ' you will need to edit and place code in the presave...' you lost me. macros i understand, but visual basic is greek. could you be more specific. i'm trying to get it to prompt the file properties input box upon clicking the save button.
steve, i do not think you can launch the file properties dialog box through the api. you would have to write your own or find one that someone else already has that would allow the user to see, change, and add custom properties.
wayne matus
texas engineering systems
what if i want to just edit a text box or just set the variable sw-author?
originally posted by: wayne matus
steve, i do not think you can launch the file properties dialog box through the api. you would have to write your own or find one that someone else already has that would allow the user to see, change, and add custom properties.
sure you can. it's one of the available options for sldworks::runcommand. the following line will open the custom properties dialog:
application.sldworks.runcommand swcommands_file_summaryinfo, ""
i'll get you eh steve, if it's the last thing i dooooo!
yes, that can be done. what you would do is look in the class1 module and find the sub
sub presave(sfilename as string)
msgbox "about to save " & sfilename
end sub
you would replace the msgbox "about to save " & sfilename with your macro that bring up text box to set the sw-author.
wayne matus
texas engineering systems
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


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

高级搜索
显示模式

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

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

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】macro to set printing line weights 2009 yang686526 SolidWorks二次开发 0 2009-04-12 06:56 PM
【转帖】macro to do not save the part, drawing and assembly yang686526 SolidWorks二次开发 0 2009-04-12 06:55 PM


所有的时间均为北京时间。 现在的时间是 05:58 AM.


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