Hi,
I have a program that used the wait on activeX event vi. The program executes, but when it gets to the wait on active x event vi, it hangs. I tried to change the timeout time, but it did not work. No matter what value I create for the timeout time, after 10 seconds the vi hangs. Is there any way possible to tell the vi not to use the timeout command? I already tried to set the value to -1, but that also did not work. Might it be possible to create a structure that would tell the wait on activex event vi to run again if the timeout were true and flush the current timeout value? Since the wait on activex event vi is password protected, I can't see how the timeout value is passed or used.