- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm sort of new to iLogic and VB. I just created a Form called "Carter Data" which has a consolidated group of iproperty feilds that we require to fill out for all of our Solid models which in turn are populated on our drawing files. This was created to save us the time of going from tab to tab in the default Inventor Iproperties dialog. This should streamline the iproperty chore for our standard data. I have browsed thru the forums and researched the ability to create a button or assign a keystroke to open this form when needed.
I created a iLogic rule called "Open Carter Data" but could not figure out how to assign a keystroke to it or create a button for my menu.
-=Open Carter Data Snippet=-
iLogicForm.ShowGlobal("Carter Data")
Solved! Go to Solution.