02-02-2009 10:17 AM
Hello,
I am trying to dynamically open a vi, and would like it to open up in run mode when dynamically called. I am trying to use the "Edit Mode" property to do so by setting it to false before the vi is actually opened by the Open method. However, it always seems to open up in edit mode. Am I doing something obviously wrong here? I am enclosing a screengrab of the vi.
Regards
-Ted
02-02-2009 10:27 AM
You should use the method Run VI, if you want the VI in the 'Run Mode' without actually running (like ctrl-m), I have no idea how to do that.
Ton
02-02-2009 11:59 AM - edited 02-02-2009 11:59 AM