Hi
Lamenting the loss of the "Save With Options" in LabVIEW 7.1, I am trying to replicate some of the behaviour in 8.5.
To this end, I have written two vi's one to remove the password for all vis that are in memory, and another one to add a new password to all the vis in memeory and they work very nicely. However, the one that saves the password to all the vis in memory tries to apply it to the vi.lib vis that are in memeory as well, and I want to stop it trying to do this.
In LV7.1, there was a check box that allowed the user to apply the changes in "Save With Options", to the vi.lib files or not for any operation, including applying passwords. For example in 7.1 when the vi.lib checkbox was unchecked only my vis had the password applied and the vi.lib files did not.
Going through the various properties available on the application reference in 8.5 for both the Property and Invoke Node, I cannot find anything that allows me to include or exclude vi.lib files in the operation. I'm thinking that there must surely be a programatic equivalent to this checkbox, but I can't find it!!
I'm doing this because whenever I try to use the soucecode distribution within 8.5 to remove the passwords, eventually it always cancels the operation before I get to the end, which is very irritating to say the least. I think part of the problem is that the particular development I'm working on has more than one password in it, and if I enter the wrong one at any point then it just cancels the operation. Either way, I've never found it very sucessfull so i'm pressing on with my own solution......
Thanks
tim