Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

Update button on Form

Anonymous

Update button on Form

Anonymous
Not applicable

Hello,

how can I make a separate push button on a Form? Because I would like to make a push button with the function of update after an adjustment.
Is this possible in Inventor (iLogic) itself or do you have to do this via Visual Studio? If it has to be done via Visual Studio, does anyone have a manual or an example how this link should be made?
I may have a lot of questions but I am new to iLogic and learning about iLogic.
Thanks in advance.

Regards, Joop

0 Likes
Reply
Accepted solutions (1)
393 Views
2 Replies
Replies (2)

CCarreiras
Mentor
Mentor
Accepted solution

Yes you can.

 

Create a rule with: 

InventorVb.DocumentUpdate()

Create a form and drag the rule to the form.

It will be an update button. (Red rectangles)

Tip: you can also create a button in the form browser (green rectangle).

1.png

CCarreiras

EESignature

0 Likes

Anonymous
Not applicable

Thanks!

0 Likes