Jump to content


Photo
- - - - -

Resave password protected VIs programmatically


  • Please log in to reply
3 replies to this topic

#1 boone_93

boone_93

    More Active

  • Premium Member
  • 25 posts
  • Location:SE Wisconsin, USA
  • Version:LabVIEW 2012
  • Since:2003

Posted 08 February 2006 - 04:40 PM

Hi all,

I'm trying to programmatically resave a library of VIs I want to modify which I have the password for. I would like to clear all the password protection while working on it so I don't have to keep unlocking them. I know that once I unlock them I have access to all of the VIs that use the same password while running that session of LabVIEW but this project will take a while and I don't want to go through this every day.

Is there a utitliy out there that will allow me to unlock an entire library or directory? I've tried to find a property to access to do this but have had no luck.

Thanks,

Dan Bosdech
Dan

Don't code angry ...

#2 yonatan.tidhar

yonatan.tidhar

    More Active

  • Members
  • PipPip
  • 25 posts

Posted 08 February 2006 - 06:16 PM

yes
in LabVIEW 7.1 and earlier use save with options :thumbup:

Posted Image



#3 Khalid Ansari

Khalid Ansari

    Very Active

  • Members
  • PipPipPip
  • 160 posts

Posted 08 February 2006 - 09:30 PM

Hi Dan,

There's a VI method called Set Lock State. This should help you (unless I misunderstood your query).

Posted Image


Regards,

-Khalid

#4 boone_93

boone_93

    More Active

  • Premium Member
  • 25 posts
  • Location:SE Wisconsin, USA
  • Version:LabVIEW 2012
  • Since:2003

Posted 08 February 2006 - 09:56 PM

Hi Dan,

There's a VI method called Set Lock State. This should help you (unless I misunderstood your query).

Posted Image


Regards,

-Khalid


I think this is what I was looking for. For some reason I missed looking at these methods.

Thanks
Dan

Don't code angry ...