LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

menu bar shows when i stop the .exe in RUN mode

when error 8 occured and I click on "stop" option rather that "continue".then vi stop and file,edit menu shows. in exe RUN mode,this is also  happend so what is the solution for not seeing the menu bar when i stop the error 8 option in run time. it should be stop as it is condition..
0 Kudos
Message 1 of 2
(2,460 Views)
Hi Milap,

that requester only appears when you don't check that error in your program.

So you should:
- program some decent error checking in your program!
- to avoid showing the menu bar after stopping the exe you should use a "quit" function to really quit the exe...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,444 Views)