Message 1 of 6
Force to Change a Parameter

Not applicable
03-15-2018
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have some iLogic Code that checks the clearance between two of the features. I have set up the code in this manner:
If Parameter1 - Parameter 2 <= 0.300 Then
Message Box (Error Message)
ILogicForm.Show(Form)
End If
I can force the Form to open, BUT I can just hit the cancel button and while Parameter1-Parameter2 is in an error condition it will just generate the part as if nothing is wrong.
I want to force the user to edit either Parameter1 or Parameter2 so the clearance check will run again. Please advise.
Thanks!!