"Labviewguru" wrote in message
news:50650000000500000086550000-1007855737000@exchange.ni.com...
> Bonjour Jean-Luc,
>
> Try going to File>>Log at Completion, and be sure that is turned off.
> Somewhere, you have a VI that has logging turned on, and I bet that
> the logs from then are not compatible with the new version of LabVIEW.
>
> It WILL take a manual search on your part. The VI Hierarchy, an
> incredibly useful tool, doesn't have that capability (yet?).
*This works with LabVIEW5.1, not sure about 5.0...*
It doesn't have to be done manually. Make a VI that does it for you.
Use the property "Get All VI's In Memory", from "Application". Then make a
for loop, that opens a reference to every vi ("Open VI Reference"), read the
"AutoLog.AtFinish" p
roperty, close the reference. Create an indicator with
all the VI Names and the Autolog property. You'll get a nice list of all the
VI's.
This can even be modified to change the AutoLog.AtFinish and save all the
VI's automatically.
Regards,
Wiebe.
> Good luck