01-11-2010 06:07 AM
Hi,
I have a quit button on my app which I would like the quit the application entirely (ie, the LabView Quit command) when its running as a standalone exe but not when I'm running the VI in the editor environment. Is there a way to determine if a VI is running as a standalone exe?
Regards,
Casper
Solved! Go to Solution.
01-11-2010 06:14 AM
Hi Casper,
you can use the property "Application.Type".
Mike
01-11-2010 06:14 AM
Try the attached VI. It uses the application name property to determine whether to quit or just stop
01-11-2010 06:49 AM