Hi,
I can verify anithing of this (I'm using LV6), but something like this might
be the problem...
Is the name of the window still correct? E.g. in LabVIEW hte name of the
window is something like "Front Panel.VI". The executable's window name is
"Front Panel.exe".
You can test if something like this happens, by wirering an error cluster to
the output of all the attribute stuff. Place it on your Front Panel, and
build the executable, the Open Reference will create an error.
In LV6, (don't know for sure about LV5) you don't have to wire a "Open VI
Reference" to the FP.Open property. Just don't wire anything, and the FP of
the VI itself is used by default.
Regards,
Wiebe.
"Gerd W." wrote in message
news:76b760f5.0112180501.771b738d@posting
.google.com...
> I have a VI, which quits execution by "Exit Labview", when the user
> closes the panel. This event is read out via "VI property node"
> item "Front Panel.Open". When the VI is executed in LabView, everything
> works ok. When I build an application from this VI, the VI doesn't quit
> when I close the front panel. Instead of this I have to kill the task
> via the taskmanager. I use Windows 2000 and LabView5.0. Any comments
> on this behaviour?