- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
At my workplace we have created several rules and access these through the Global Forms.
This works almost flawless except for one minor issue.
When someone 'activates' a rule it is done via the pop-up. It will work along the lines like this:
-'click' Part and Assembly (Form with several rules opens)
-'click' create stp-file (rule is activated)
However when you want to create another stp-file from a different part (already opened) you need to close the pop-up. If you don't close the pop-up inventor will create another stp-file from the part the pop-up was activated from.
Is there a way to solve above issue. I tried it with the following code but it does not work.
Filename = ThisDoc.PathAndFileName(False) oDoc = ThisApplication.ActiveDocument oDocToModify = ActiveDocument
Thanks in advance!
Solved! Go to Solution.