Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Open global form with ilogic

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
3560 Views, 1 Reply

Open global form with ilogic

I am trying to make a global form available from my custom user commands on the ribbon.

To do this I was going to create an external rule to open the global form, and then apply a VBA macro to run the rule.

I cant find the code to open the global form. When I use "IlogicForm.Show ("Form Name")" I can only open local forms.

 

Any help on this would be greatly appreciated.

Tags (2)
1 REPLY 1
Message 2 of 2
frederic.vandenplas
in reply to: Anonymous

Hi,

 

You need this 

 

iLogicForm.ShowGlobal("Form 1")

 

If you think this answer fullfilled your needs, improved your knowledge or leads to a solution,
please feel free to "kudos"

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report