g_sures Posted September 8, 2010 Report Share Posted September 8, 2010 Hi all, I am using LV 8.6. I have some VI's in 8.2 and also in previous versions. When I open the reference of those VI's in 8.6 and close, it pop up for Save. Is there any possibility to handle it during Run time? I want to do it during Run time.. Thanks in advance,. Suresh Kumar Quote Link to comment
Ton Plomp Posted September 8, 2010 Report Share Posted September 8, 2010 Hi all, I am using LV 8.6. I have some VI's in 8.2 and also in previous versions. When I open the reference of those VI's in 8.6 and close, it pop up for Save. Is there any possibility to handle it during Run time? I want to do it during Run time.. Thanks in advance,. Suresh Kumar That should not happen unless you have the options for the Open VI Reference Function set to 0x04. here's a quote from the help on that value: 0x04 Prompt user to save changes when this VI reference closes if all the following conditions are true: The referenced VI or its subVIs contain unsaved changes. There are no other open references to the referenced VI. The referenced VI is able to leave memory. A VI is able to leave memory, for example, if no other VIs call the VI, the front panel of the VI is closed, and the VI is not a member of an open project library, and so on. Ton Quote Link to comment
MikaelH Posted September 8, 2010 Report Share Posted September 8, 2010 Make sure you don't have any other unclosed refs from that VI before you close the VI Ref. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.