Remove "Close" button from Form Window

Remove "Close" button from Form Window

Anonymous
Not applicable
932 Views
4 Replies
Message 1 of 5

Remove "Close" button from Form Window

Anonymous
Not applicable

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

0 Likes
933 Views
4 Replies
Replies (4)
Message 2 of 5

JhoelForshav
Mentor
Mentor

Hi @Anonymous 

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

0 Likes
Message 3 of 5

_dscholtes_
Advocate
Advocate

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

0 Likes
Message 4 of 5

JhoelForshav
Mentor
Mentor

@_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.

0 Likes
Message 5 of 5

JMGunnar
Collaborator
Collaborator

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 

0 Likes