Message 1 of 1
saving issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i'm building an dxf generator for sheet metal
program is working fine, only the fact is that after if had run i wouldnt be able to save
i figured it out that because when it made a new IDW i silenced the operation for the prompted message with, cause then the user would be clicking the ok button every 20 seconds
m_InvApp.SilentOperation = true
at the end of your code turn it to false again or you wont be able to save
BP