Save triggers iProperties window for specific values required

Save triggers iProperties window for specific values required

tczerwinskiD78JE
Participant Participant
337 Views
2 Replies
Message 1 of 3

Save triggers iProperties window for specific values required

tczerwinskiD78JE
Participant
Participant

Hello,

 

I had worked at a company that had a setup where when you saved a part file it would open a special iProperties window that had the required information for the part to be filled in.  You were able to enter the values and then continue to save the file.  I am trying to figure out how to do that again with iLogic and iProperties but am having a hard time finding an answer for it.  I had not set it up previously so I am not sure how it was done.  

 

Any help or guidance is greatly appreciated.

 

Thank you,

 

Tyler

0 Likes
Accepted solutions (1)
338 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor
Accepted solution

Hi @tczerwinskiD78JE.  It sounds like you would first need to design & create the custom form you want.  Then create an iLogic rule that will launch that form.  Then set that rule to run every time the document is saved, but catch it just before it saves.  All that sounds doable.  There are a few options when it comes to forms.  There are local and external iLogic forms (local ones are saved within an Inventor document), then there are VBA UserForms, then there are regular Windows Forms that you might create using vb.net within something like Visual Studio.  If you are wanting to keep things as simple as possible, then you will probably want to stick with iLogic forms to start with.  They are the simplest and quickest to create, but offer less design options and functionality in the balance.  You can get started creating one by first ensuring that your iLogic browser is visible along the side of your modeling screen.  Then click on either the 'Forms' or 'Global Forms' sub group within the iLogic browser window.  Then right-click within the open area of that window and choose 'Add Form'.  That will bring up the Form Editor dialog.

Here is a link that should get you pointed in the right direction:

About Rules and Forms in iLogic 

To Work with Forms 

Form Editor Reference 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 3

tczerwinskiD78JE
Participant
Participant

Thank you for the response.  I think you've made sense of what I am trying to do and you've provided some very helpful information.  I am going to start doing some learning with the forms and rules.  

0 Likes