07-15-2005 08:48 AM
LabVIEW, C'est LabVIEW
07-15-2005 09:58 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.07-15-2005 10:50 AM
LabVIEW, C'est LabVIEW
07-15-2005 11:10 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.07-15-2005 12:54 PM
LabVIEW, C'est LabVIEW
07-15-2005 01:17 PM
07-15-2005 01:40 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.07-15-2005 01:51 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.07-15-2005 02:33 PM
Ed Dickens a écrit:
I guess I should have tried that before I posted it.
One thing that might work would be to create a separte .htm file that uses the Refresh tag to send it to the inpage anchor. All you would need is a simple page containing the following.
<meta http-equiv="Refresh" content="0;url=path-filename.htm#anchor">
I haven't tried this, but it seems it should work. The content=0 in the above line is the delay in seconds before it is sent to URL at the end of the line, so a 0 will send it right away.
Hope that does it.
Ed
LabVIEW, C'est LabVIEW
07-18-2005 03:14 PM