08-24-2010 11:56 AM - edited 08-24-2010 11:59 AM
I am trying to add a VI programmatically to a LabVIEW project using ActiveX property/invoke nodes:
I get an error message (not an ordinary LabVIEW error) when the VI's name contains an underscore (which many of my VIs do...):
- when I try to add item.vi, everything is fine
- when I try to add item_.vi, the error dialog appears.
See attachment for an example application (LabVIEW 2010) demonstrating the problem.
Does anybody have an idea how I can avoid that problem without having to rename all my VIs?
Solved! Go to Solution.
08-26-2010 10:09 AM
Hello dlanger
you want to add a file please try this
Adding items is used for adding a folder to a project.
Pleas let me know if it works.
08-26-2010 11:33 AM
Super cool, it works! Thank you! 🙂