LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1003 occured at Open VI Reference

This error occured when I want to used the LabView Report Generation Toolkit for Microsoft Office Example.

It's impossible for me to execute the example "Generate Report from Template(Excel)"

I suppose I have a problem with the Open VI Reference.vi function but I don't know where is that VI.

Could you let me know where are the VIs listed in the Application Control Pallette.
Do you know why I have this type of problem.

Thanks
Lucie
0 Kudos
Message 1 of 4
(3,237 Views)
The VIs located on the application control palette are primitives and are part of LabVIEW itself. Therefore you can not look at their diagrams because they don't have one.

However the 1003 error means that you are trying to dynamically load a VI that is not executable. I would suggest turning highlight execution on and following the code to see what path is sent into the Open VI reference function.

Once you have the VI that is failing to open go manually open it.

Chances are that it is broken, so see why it is broken. If I remember correctly there is a linking issue in that example, so you can open the VI that is broken and hit ctrl-shift-Run Button, and that should relink it all and fix the issue.

If not take a look at this
Why Do I Get Error 1003 From Application Builder When I Try to Build Excel Macro Example.VI?
0 Kudos
Message 2 of 4
(3,224 Views)
Thanks,

The VI Excel_Insert_Table was broken. I changed Value for Value2.
0 Kudos
Message 3 of 4
(3,199 Views)
Glad I could help
0 Kudos
Message 4 of 4
(3,191 Views)