LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about loading files when open a program

Hi, All,
 
When I open a program in Labview, a window pop up trying to load one of the SubVIs and couldn't find it. After I manually select the file path, the program works fine. But next time when I open this program again,  it still couldn't find this SubVI.
 
My question is: how to let the program remember the file path I selected? I tried to save the program, but it doesn't work for this purpose.
 
 
Any idea? Thank you very much.
 
 
0 Kudos
Message 1 of 2
(2,468 Views)
Did you only save the toplevel program?
 
You probably need to "save all" because it is possible that the missing subVI is only called deep from within another subVI and saving the toplevel VI would not change anything.
0 Kudos
Message 2 of 2
(2,465 Views)