- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Remove "Close" button from Form Window
Hi everybody,
Is there any way to remove "Close" button from the Form window? (see photo)
I want to force the operators to push the "Done" button.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @Anonymous
Unfortunately there's no option in the iLogic form designer to remove that button.
Jhoel Forshav
Download my free Inventor Addin - Hole Projector
LinkedIn | Ideas | Contributions | Blog posts | Website
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
@JhoelForshav I don't know much about iLogic, I'm more into VBA. If the button can't be hidden, is it possible to modify it's function? (In vba it's possible to add code to the userforms QueryClose event to prevent it being unloaded)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
iLogic forms are very limited and you can't really access the controls by code. If you really want to create a form and interact with the form object itself through iLogic I'd say creating a windows form (System.Windows.Forms) is the best alternative. There you can just set the property ControlBox to false and the button in question will disappear.
Jhoel Forshav
Download my free Inventor Addin - Hole Projector
LinkedIn | Ideas | Contributions | Blog posts | Website
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Quick Tips
Guide the operators
Create rule in the from and add the rule
then hide Done button
you can not hide "Close" button from the ilogic Form