Hi I am building a simple program to verify the working before building it further.
I am using Labview 7.1. pls see the attached.
In it, there is a main vi called subpanel that is supposed to run first
Also there are 2 container.vis that are responsible for running subpanels
Container.vi opens subpanel to reveal login.vi and container1.vi opens subpanel to reveal 3 functions
I am connecting the all vis by means of control references.
Here's how the sequence works;
subpanel > container > login > container1 > choose one of three functions > back to login
The problem is that the error is "the object reference is invalid"
And how do I make xxx.done and cancel buttons work?
Would appreciate your help to help fix the bug.
Clement