Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
733 Views, 4 Replies

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

JhoelForshav
in reply to: Anonymous

Hi @Anonymous 

Unfortunately there's no option in the iLogic form designer to remove that button.

_dscholtes_
in reply to: JhoelForshav

@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)

JhoelForshav
in reply to: _dscholtes_

@_dscholtes_ 

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.

JMGunnar
in reply to: Anonymous

Quick Tips 

Guide the operators

Create rule in the from and add the rule 

then hide Done button

 

Close Update.PNG

 

 

 

you can not hide "Close" button from the  ilogic Form