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: 

Form

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
128848
301 Views, 2 Replies

Form

Hi!

 

I have a form for adjusting center distances between several posts, up to a total of 20 posts. The number of posts is adjustable depending on how many I need. If there is 10 active posts there will be 10 suppressed post. When there are 10 suppressed post, I don`t need them in the form. Is it possible to hide the center distances I don`t need?

 

Kind regards.

2 REPLIES 2
Message 2 of 3
matt_jlt
in reply to: 128848

Is it iLogic / VBA?

 

If it's iLogic then I am almost positive the answer is no. I have recently learnt that you can disable the fields not used via the "Enabling Parameter Name" under the "Behavior" Group in the iLogic Form Editor.

 

If it's VBA then you can simply use:

textfieldname.Visible = False

 

You could probably do it via an external dll but that is overly complicated for most tasks.

 

Regards, Matt.

Message 3 of 3
128848
in reply to: 128848

Just what I needed! Thanks! 😄

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

Post to forums  

Autodesk Design & Make Report