11-17-2015 01:24 PM
Just remember at you could never use that Abort button in a exe, unless there is a bug or critical error with your code.
Using the abort button is like stopping your car with a tree. It works, but the car might not drive again.
You should have prober design of your program, that allows the user to enter data before the program is continueing.
You should also have a correct way of stopping the program, so that is can close down in a orderly maner.
11-17-2015 01:30 PM
Yes, sure, I will use stop button to abort exe.
Regards
Jamal
11-17-2015 02:07 PM
@Jamal_IE wrote:
Yes, sure, I will use stop button to abort exe.
Regards
Jamal
We should get our terminology right. Stopping the VI gracefully by letting it complete is not the same as aborting it. And by "stop" button, i hope you are refering to a button you place on the front panel named "Stop" and not the abort button.
11-18-2015 11:14 AM
Yes, exactly. I mean a button placed on the front panel of executable application to stop application.
11-18-2015 11:19 AM
Could you pls explain "how to disable abort button permanently"? so that only a stop button could be used to sbort application.
Regards
11-18-2015 11:21 AM - edited 11-18-2015 11:21 AM
11-18-2015 11:23 AM
Thank you.
Regards
11-18-2015 12:47 PM
@Jamal_IE wrote:
Thank you.
Regards
Hey, sorry - I didn't mean my other post to sound so terse. 🙂