09-08-2011 08:34 PM
Hi Any idea how to open labview program with Quit Labview function inside?
I forgot to add and set the condition of the type for this program.
If the program is an application, it would close straight away.
If it is still labview work, it will go straight to editing program without closing.
So I need to recover, open it and make some changes.
Clement
Solved! Go to Solution.
09-08-2011 09:23 PM
Clement,
I am not sure I completely understand your question.
If you have a VI with the source code (block diagram) and it is set to run when opened, then to edit it just drop it onto the diagram of another VI as a subVI. You should be able to open that.
If it has been built to an application, youneed to get the original VI to edit.
Lynn
09-09-2011 01:18 AM
Put the VI in a project and open it from there, then it shouldn't autorun. You can use App.kind property of application to decide whether to close or not.
/Y
09-11-2011 09:54 PM
Oh that's right.
Thanks
Clement