Please kill or alter a thread

In the Forms forum, there is a thread that has been running on since August, 2001:
<p>WebForms And Open MS Word Document EXAMPLE
<p>Every day or so, somebody replies to it saying "Please send me a copy". It was started by someone named Martin, who offered to send people copies of his work showing how to open a Word document from WebForms.
<p>He has disappeared from the Oracle Forums over 4 years ago, but people keep asking for a copy. There are now over 500 replies, and it is annoying to see it continue to pop up.
<p>I have tried posting a notice telling everyone he is gone, but they do not see it since my post is near the end, and all they see is the first page.
<p>Can the thread be deleted?
<p>Thank you.

Well... the document apparently exists -- it is from a book by Jonathan Ingram.
I collected the email addresses from the first page and sent an email asking if anyone still had the document. I received one response and document, but it was a Word file, not a PDF, so I am not absolutely sure it is the same.
The document contains a link to the table of contents that lists a url that is unreachable, followed by: /BOOKS/High.Performance.Oracle.Database.Automation
A Google search turns up a book by that title, and Google has a cached view of the Table of contents. The book is:
High Performance Oracle Database Automation
Author: Jonathan Ingram
ISBN: 1576101525
1997
And looking a little more in Google, I found the html version of the PL/SQL Coding Standards, which is Appendix D of the book.
http://docs.online.bg/DB/Oracle_8_Automation/appendix-d.html
which is apparently stored in "Online Books Archive - Bulgaria Online".
It looks like I can buy the book on-line for $5 (USD).
So... JKestely, what do you suggest?

Similar Messages

  • Please, do not read this thread. This is a test.

    1. X$KGLLK, X$KGLPN --> definition
    2. EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); job log--> where??
    ① You might see this Problem: Perf: Emd_maintenance.Execute_em_dbms_job_procs() Job Using All Cpu Doc ID: Note:308291.1.
    ② Oracle Metalink Doc ID 4636497 EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS() JOB DOES NOT STOP.
    Extracts of the Document,
    DBConsole is stopped the EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS() continues running each minute. This job must be stopped too because Agent is not collecting information because is down.
    ③ You can remove this as indicated in the Metalink Document that I have referenced in my first post. After that you can create this job manually by viewing How to create job EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS manually
    Doc ID Note: 44033.1. You can then see if the problem persists.
    Additionally you should perform these tasks at test sites and please read the documents carefully.
    3. DBSNMP/SYSMAN user
    4. dbconsole, emagent --> difference
    5. sysaux tablespace segment --> organize
    6. kill J001 on a test db and see what will happen
    7. emagent.trc のログ
    8. lock 関連テーブル整理
    - dba_ddl_locks or dba_lock_internal
    - v$lock and v$locked_object only shows enqueue locks, not library cache locks.
    9. 10g default procedureのtruncate command
    - enterprise manager のdefault procedureが、truncateを実行している。--> どれ??
    10. how about enabling trace event 10046 to see where your kernals are waiting?
    --> 10046 trace event for node2 444 session
    11. library cache invalidated object monitoring, reload monitoring
    12. v$latch (and v$latch_children)
    - v$libraryache latch get/pin
    13. AWR report
    - library cache 関連
    - parsing 関連
    - what is cpu time in Top 5 Timed Events
    --> I'd take a guess that you have a problem with excessive CPU usage causing a library cache problem as a side effect.
    -There are many notes in metalink, which will help you to identify root cause of "libary cache lock".
    14. parameter
    cursor_space_for_time=true,
    ●● その他
    If the problem still, persists, I suggest you to run hunganlyze ' DIAGNOSING DATABASE HANGING ISSUES' see metalink.

    1. X$KGLLK, X$KGLPN --> definition
    2. EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); job log--> where??
    ① You might see this Problem: Perf: Emd_maintenance.Execute_em_dbms_job_procs() Job Using All Cpu Doc ID: Note:308291.1.
    ② Oracle Metalink Doc ID 4636497 EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS() JOB DOES NOT STOP.
    Extracts of the Document,
    DBConsole is stopped the EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS() continues running each minute. This job must be stopped too because Agent is not collecting information because is down.
    ③ You can remove this as indicated in the Metalink Document that I have referenced in my first post. After that you can create this job manually by viewing How to create job EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS manually
    Doc ID Note: 44033.1. You can then see if the problem persists.
    Additionally you should perform these tasks at test sites and please read the documents carefully.
    3. DBSNMP/SYSMAN user
    4. dbconsole, emagent --> difference
    5. sysaux tablespace segment --> organize
    6. kill J001 on a test db and see what will happen
    7. emagent.trc のログ
    8. lock 関連テーブル整理
    - dba_ddl_locks or dba_lock_internal
    - v$lock and v$locked_object only shows enqueue locks, not library cache locks.
    9. 10g default procedureのtruncate command
    - enterprise manager のdefault procedureが、truncateを実行している。--> どれ??
    10. how about enabling trace event 10046 to see where your kernals are waiting?
    --> 10046 trace event for node2 444 session
    11. library cache invalidated object monitoring, reload monitoring
    12. v$latch (and v$latch_children)
    - v$libraryache latch get/pin
    13. AWR report
    - library cache 関連
    - parsing 関連
    - what is cpu time in Top 5 Timed Events
    --> I'd take a guess that you have a problem with excessive CPU usage causing a library cache problem as a side effect.
    -There are many notes in metalink, which will help you to identify root cause of "libary cache lock".
    14. parameter
    cursor_space_for_time=true,
    ●● その他
    If the problem still, persists, I suggest you to run hunganlyze ' DIAGNOSING DATABASE HANGING ISSUES' see metalink.

  • How to kill parent and child thread in sequnece

    Hello freinds,
    I have one class FirstClass which creates one thread Pserver and Pserver creates three threads then how to kill parent Pserver and child threads.........

    define a method that requests that the parent thread terminate itself, and within the code called when the thread is shutting itself down, have it do something similar to its child threads: call methods that request they shutdown themselves.
    One common way to do this is to interrupt the thread.

  • How to "kill" AWT Event Queue thread without using System.exit()?

    When I run my program and the first GUI window is displayed a new thread is created - "AWT-Event Queue". When my program finishes, this thread stays alive and I think it causes some problems I have experienced lately.
    Is there any possibility to "kill" this thread without using System.exit() (I can't use it for some specific reasons)

    All threads are kept alive by the JVM session. When you use System.exit(int) you kill the current session, thus killing all threads. I'm not sure, though...
    What you could do, to make sure all threads die, is to make ever thread you start member of a thread group. When you want to exit you app, you kill all the threads in the thread group before exit.
    A small example:
    //Should be declared somewhere
    static ThreadGroup threadGroup = new ThreadGroup("My ThreadGroup");
    class MyClass extends Thread {
    super(threadGroup, "MyThread");
    Thread thread = new Thread(threadGroup, "MySecondThread");
    void exit() {
    //Deprecated, seek alternative
    threadGroup.stop();
    System.exit(0);
    }

  • Please confirm that stubs are thread-safe

    Can someone please confirm that if one is to invoke the same remote method from more than one thread in a client application that one does not need to get multiple remote stubs for the same RMI server object. As long as the implementation of the remote method is thread safe, everything okay, correct?
    In otherwords, are remote stubs them selves thread safe? I always assumed they were.
    Thanks in advance

    Stubs are threadsafe. The reason is that a second concurrent invocation via the same stub will use a new TCP connection. I took this up with Sun once and the response was along the lines 'if it doesn't say it isn't thread-safe, it's thread-safe'.
    It's the method implementation at the server that isn't thread-safe, unless you make it so.

  • Please remove "abuse" flag from thread

    Hi,
    Please remove the "abuse" flag from the following thread:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/a93cd06f-879e-4d94-8dd7-ac3086254e79/
    -- Bill Stewart [Bill_Stewart]

    Hi Bill,
    In case you don't get a response from an admin here in the thread, the best email address to use to request this from is fissues (at) microsoft [dot] com. You may already know about that, but I figured I'd mention it just in case.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Sharing  & permisson Custom access (please don't post other threads)

    I keep getting "The folder “” can’t be opened because you don’t have permission to see its contents" I recently moved from leopard to snow leopard. I noticed my drive was doing this, then I changed the permission on my other actually hard drive to allow all and now the external hard drive will not allow me to access it. I am very very confused on the threads other people have posted. So please show me a very simple way of fixing this. Thanks

    Ben:
    I'd LOVE to have a little sticky FAQ about forum posting.  This is exactly where I was hoping this discussion would lead!
    tst:
    Sweet?  Innocent?  I'm neither.  I've been posting to forums longer than a lot of people here have been alive. 
    While I understand that hardocre offenders aren't going to be swayed or even pay attention to this post, I'm hoping that I can stop the bleeding by getting dialog going to the effect that I mentioned to Ben above.  Also, maybe there are some borderline offenders who might be influenced by such a post.  Besides, it felt good posting it, even after leaving it on the screen for 10 minutes before posting.  (I usually let a potentially flammable post sit for at least that long before posting it.  You'd be surprised how many posts you withdraw after letting it cool off like that.)
    We don't need to ban people like that.  It's like shooting people for jay-walking... Hmmm, maybe I'm on to something there... but I digress.  Repeat offenders, maybe. 
    #3 is an excellent idea.  Referring to other posts is an act of kindness and selflessnes even I am not capable of!
    #4 is kind of what I was trying to do with this post. 
    LabVIEW Lover:
    While your posts indirectly motivated me to write the post, repentant offenders aren't the ones this post is directed at. 
    Thanks to everyone who responded.  This is exactly how I envisioned the direction this thread is taking.  Thank you for responding the way I knew the community would!
    Bill
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Kalman, please do not move this thread.

    I Posted a question on getting the opinion of Forum users Of T-SQL. But unfortunately, Kalman moved it.It may be to get me more appropriate reply or something else. But here, am looking for the forum users from T-SQL response on the same. 
    Hello Kalman, I request you, please do not move it to anywhere. I may be knowing the place where to post the question.(I am not new to MSDN forums).
    http://social.msdn.microsoft.com/Forums/en-US/9ac1b217-a59a-407d-8fe4-f55f68269493/is-really-sqllearn-a-user-or-a-proxy?forum=transactsql
    Thanks,
    Latheesh NK

    This is not a T-SQL topic.
    I moved your previous thread on the issue to the correct place: Forum issues.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Help Please! Exception Error with Threads

    In my program i get this:
    java.lang.NullPointerException
         at kmess$SocketClient.run(kmess.java:336)
         at java.lang.Thread.run(Thread.java:536)line 336 refers to this part of my code:
    public void run()
              if(getdata.equals(Thread.currentThread()) )
                   System.out.println("running getdata thread");
                   getdatamethod();
              if(senddataThread.equals(Thread.currentThread()) )
                   System.out.println("running senddataThread thread");
                   senddatamethod();
    }Now, here is the rest of this class that this method is in:
    class SocketClient extends JFrame implements Runnable {
         Socket socket = null;
       PrintWriter out = null;
       BufferedReader in = null;
              String text = null;
         Thread getdata;
       SocketClient(){
         public void listenSocket() {
         if ( connected==("2") ) {
    //Create socket connection
         try{
           socket = new Socket("0.0.0.0", 4444);
           out = new PrintWriter(socket.getOutputStream(), true);
           in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
         } catch (UnknownHostException e) {
           System.out.println("Unknown host: host your connecting to");
           System.exit(1);
         } catch  (IOException e) {
           System.out.println("No I/O");
           System.exit(1);
                   connected = "1";
                   out2 = out;
                   in2 = in;
         if (thisclient==("1"))
              creategetdatathread();
         if (thisclient==("2"))
         { Thread senddataThread = new Thread(this);
              senddataThread.equals(Thread.currentThread());
              System.out.println("current thread is after thisclient = 2 " + Thread.currentThread() + senddataThread);
              senddataThread.start();
              thisclient = "3";
         senddata();
    public void creategetdatathread()
    System.out.println("In creategetdatathread");
         Thread getdata = new Thread(this);
              getdata.equals(Thread.currentThread());
              System.out.println("current thread is after thisclient = 1 " + Thread.currentThread() + senddataThread);
              thisclient = "4";
              getdata.start();
    public void run()
              if(getdata.equals(Thread.currentThread()) )
                   System.out.println("running getdata thread");
                   getdatamethod();
              if(senddataThread.equals(Thread.currentThread()) )
                   System.out.println("running senddataThread thread");
                   senddatamethod();
    public void senddatamethod() {
    while(true) {
           try{
           String line = in2.readLine();
              if (line != null) {
              out2.println(line);
           } catch (IOException e){
          System.out.println("Read failed");
                 System.exit(1);
              try { Thread.sleep(2000); }
                   catch(InterruptedException e) {}
    public void getdatamethod() {
    while(true) {
           try{
           String line = in2.readLine();
              if (line != null)
              messlistArea.append("Message:" + line + "\n");
           } catch (IOException e){
          System.out.println("Read failed");
                 System.exit(1);
              try { Thread.sleep(2000); }
                   catch(InterruptedException e) {}
    public void senddata() {
         //Send data over socket
         System.out.println("in send data method");
              String text = messageArea.getText();
              out2.println(text);
           messageArea.setText(new String(""));
    //Receive text from server
           try{
           String line = in2.readLine();
              if (thisclient==("4"))
              messlistArea.append("Message:" + line + "\n");
           } catch (IOException e){
          System.out.println("Read failed");
                 System.exit(1);
    }QUESTION: how do i prevent this error, and therefore enable those threads in that run method to run? thanks.

    Well I don't really want to get into the design of your solution but there are a lot of errors in the code you've posted. I presume the code you posted isn't the code you're running as there are declarations missing and it won't compile. But the fundamental answer to your question is that to avoid the error you initially described you need to make sure your reading and writing threads are fully initialised before your frame thread starts running.

  • Please help me with multiple threads

    I don't understand much about multiple threads, so can anyone help me with this? can you show me a small simple code about multiple threads?

    Do you understand much about google? yahoo?

  • Audio output problems... PLEASE KILL ME?

    I have an Edirol FA-66 (which I love) and I decided it was time to move beyond the 'ol "line out" computer speakers for audio, and mastering w/ headphones.
    In other words, go "legit".
    But I also didn't want to have to plug, and unplug my headphones and the monitors from that same jack on the front of the FA-66, so I went shopping for some monitors that have "digital-in" and utilize the Edirol's digital-outs (plus I wanted to utilize the digital sound quality). So I plunked for the Edirol M-15 micromonitors. And they're pretty darn decent, especially for the price.
    Obviously, the headphone jack is "output 1-2". So I had to crate an aggregate output using output 5-6 for the digital out to the speakers.
    And it worked! Sort of.
    In Logic, obviously, I can just switch to output 1-2 to hear things through my FA-66 headphone hack, and then back to 5-6 to hear through my speakers. Not ideal, especially when dealing w/ several tracks, but at least I can choose.
    But I can't hear any OTHER computer stuff through my headphones w/ this configuration, not iTunes, nada!
    And when I change the output in sysprefs, or using PTH Volume to, say, "internal speaker" I get SOME audio out of that, like iTunes and web, and then the rest of my audio (alerts, etc) out of my monitors via 5-6.
    And I can NEVER control my monitor volume via the system volume controls.
    ARGH!!
    This is super frustrating. I'd love to have more "on the fly" control over where my sound is coming out of.
    HELP!?
    e

    And, yes. I was aware of that set-up you described (aside from not having to switch the front jack) However, more importantly, I was merely trying to utilize the digital-out on the FA-66, as opposed to the 1/4"-1/8" adaptor method.
    I think your way of thinking about that is right, but practically speaking that's still not how most people are doing it. The digital output on the back of the interface is really designed to go to a DAT or some other kind of digital piece of equipment, and not to monitors. Since sound has to be converted back to to an analogue signal before coming out of the speakers, it's really just a matter of whether you're asking the interface to do that conversion, or the speakers. If one has much better built components it might make a bit of a difference, but in this case I don't think it will.
    If you did try to do it the way I described, I think you'll find that the signal sounds pretty much the same. And you won't have to hassle with configuring your inputs for itunes and your headphones and all that.
    There are some interfaces, like the M-Audio Firewire 410, that come with little control panel software that control the Ins and Outs of the device. In that case, you can tell the device to send any signal that is coming from 1-2 of Logic or iTunes to the digital output, or to any output you want. And you can also assign the headphones out to correspond to whatever output you want. I don't think the FA66 has this, but if it does you may be able to assign 1-2 to the digital output. IF it doesn't have this option, and you are really determined to use a digital signal from the interface into your monitors but want an easy work flow, you should look into getting an interface where all of the outputs are configurable in this way. But if I were you'd I'd send the monitors through out 1-2 and be done with it!
    Many small interfaces, like the Apogee Duet (which is by far the best two in, two out, portable interface on the market), don't have any digital outs at all. It just has 1/4 inch headphones out, and 1/4 inch left and right monitor outs. It sounds fantastic and many professionals, myself included, use it. So you don't need to have a digital signal from your interface to your monitors to get the very best sound.
    Good Luck!

  • Please read this "Coffee Corner" thread

    Collaborator(s) needed to create zoomable 3D Histogram on the Desktop
    I'm sure a lot of you gus have programmed zoomable 3D histograms on the desktop, or if not, you know how to do it "off the top of your heads".

    Collaborator(s) needed to create zoomable 3D Histogram on the Desktop
    I'm sure a lot of you gus have programmed zoomable 3D histograms on the desktop, or if not, you know how to do it "off the top of your heads".

  • Sun, please kill the Java pirate - Decompiler

    I respect the "Java Decompiler" creator, what was the motive he/she created this tool? I used this tool before to decompile a full blown Java program, amazed me much and "happy" too I can learn how the software creator created such an amazed program. In other side, sad about that his/her program being "naked and raped by a pirate"!!. How to fight against Java Decompiler? Does Sun doing something on protecting the intelligent asset of other people?

    I respect the "Java Decompiler" creator, what was the
    motive he/she created this tool? I used this tool
    before to decompile a full blown Java program, amazed
    me much and "happy" too I can learn how the software
    creator created such an amazed program. In other side,
    sad about that his/her program being "naked and raped
    by a pirate"!!. How to fight against Java Decompiler?
    Does Sun doing something on protecting the intelligent
    asset of other people?This is an age old question that is not only true in Java, but all languages. Don't ask Sun, they haven't any liabiity in it, nor should they. As in all cases, if you don't want anyone looking at your code, don't publish it. If you have something you are going to sell, then you have a choice to make: how difficult do you want to make your code to read when decompiled (notice it is WHEN and not if). If it bothers you, then forget all the good object oriented design you've had and take some real effort in leaning to make you code unreadable, then put it through and obfuscator, at least then when it is decompiled it will still be hard to read.
    Is there a way to make sure no one can ever steal your code? Sure, don't connect your computer to the internet, don't publish, and don't let anyone ever see the source or your ideas, but then they could steal your computer and your source would be on it. So the answer to the eternal question is: "NO! There isn't any way to be sure no one can ever see your source." That could be why when you have a new product, even the large companies figure they only have a 6 month lead window at best. Your competition is going to get your product the first chance they get and decompile it (or tear it appart if it's hardware), look at it, and make a product to compete with it. They may not use your code directly, but they will use your ideas and find out how to do anything that you have developed that is "new".
    I will give you a classic example here that I personally know of: When IBM came out with the AT, Tandy (Radio Shack) got one, took it into the lab, and cloned it and called it a model 3000. Yes, they did a true cloning right down to the ROMS (they still said IBM in them). The day Tandy, Radio Shack, release their "Model 3000", IBM had lawyers sitting on the front steps of Tandy HQ. Since the ROMs even said IBM in them, it was not a contest.
    Can you protect your code: NO! Just remember not everyone in the world is interested in stealing your code. Most will just buy it and use it. Those that really want to steal it, will do so, in one form or another. You may slow them down a bit, but any one that really wants to is going to see it in some type of source--no matter what language you use and strategy you use to stop them.

  • In need of thread help...please!

    Have a map like applet running on netscape6.2 and IE5.0 both using the java plug-in 1.4. Here is the deal, want to make applet as a thread so I can stop and start at will. Unfortunately my applet wont show as a thread. It runs all the way through to the run and just stays at run, but doesnt show the "Map". Whereas it shows the map without the thread. Reason I'm trying to do the thread is b/c of post: "cache or stop/start problem" Please help!
    Code before thread:
    public class myApplet extends JApplet
    public MapObj map;
    public myApplet() {}
    public void init()
    System.out.println("DApplet: init");
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    private void jbInit() throws Exception
    addComponentListener(new java.awt.event.ComponentAdapter()
    public void componentResized(java.awt.event.ComponentEvent e)
    java.awt.Component c = e.getComponent();
    Map = new MapObj(int, int);
    getContentPane().add(Map);
    public void start()
    System.out.println("DApplet: started");
    public void stop() {
    System.gc();
    System.out.println("DApplet: stoped");
    public void destroy()
    System.out.println("DApplet: destroyed");
    Code after thread:
    public class DApplet extends JApplet implements Runnable{
    public MapObj Map;
    public Thread AppletThread = null;
    public myApplet() {}
    public void init()
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    /**Component initialization*/
    private void jbInit() throws Exception
    java.awt.Dimension sd = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
    addComponentListener(new java.awt.event.ComponentAdapter()
    public void componentResized(java.awt.event.ComponentEvent e) {
    java.awt.Component c = e.getComponent();}
    Map = new MapObj(int, int);
    public void start()
    if(AppletThread == null)
    AppletThread = new Thread(this, "myApplet");
    AppletThread.start();
    public void stop()
    AppletThread = null;
    System.gc();
    public void run()
    getContentPane().add(Map);
    }

    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import javax.swing.*;
    import java.lang.*;
    import java.*;
    public class Applet extends JApplet implements Runnable{
    boolean isStandalone = false;
    public MapObj Map;
    private int winW =1960;
    private int winH = 1700;
    public Thread AppletThread;
    public DApplet() {
    public void run(){
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    java.awt.Dimension sd = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
    winW = sd.width - 30;
    winH = sd.height - 30;
    setSize(winW, winH);
    addComponentListener(new java.awt.event.ComponentAdapter() {
    public void componentResized(java.awt.event.ComponentEvent e) {
    java.awt.Component c = e.getComponent();
    Map = new MapObj(winW, winH);
    getContentPane().add(Map);
    public void start() {
    if(AppletThread == null)
         AppletThread = new Thread(this, "Applet");
         AppletThread.start();
    public void stop() {
    AppletThread.stop();
    AppletThread = null;
    System.exit();
    System.gc();
    public void destroy()
    System.gc();
    }

  • Kill Event thread or abort/restart main VI

    I am looking for a method of killing off an event thread once it is in the middle of executing.  A description of my problem is below (I am using labview 8.2).
    My main VI is reading my DAQ and constantly updating the main control panel with the data and logging the data at operator defined rates.
    The user can then select different functions for the system to execute using an enumeration and a Boolean control.
    When the user selects the Boolean control (run button) an event is triggered, the ENUM is read, and various sub-vi's execute to complete the function (none of the sub-vis have visible control panels all of them use some of the data from the main vi's controls/indicators passed by reference).
    The user also has a stop button.  If pressed another event is generated.  I would like to kill the run event in this case, at any point in its execution (long delays in some of the sub-vi's).  Then I can set the system back to default and continue on selecting another function in the enumeration and run button press.
    I would also considering aborting the main vi and then restarting it as long as the front panel remains open.

    I appreciate the reply.  I agree that the event cannot be killed, I have tried several "tricks".  The code does go into the stop event while the run event/sub vi is executing. 
     I had the ref to the stop button wired into the sub-vi's already.  Some of these vi's are fairly in depth, do you have a recommendation to continuously read its state without getting into every loop etc that is in the sub-vi?  I was trying not to monitor this buttons state at every point in the sub-vi's block diagrams.
    Thanks

Maybe you are looking for

  • Can't transfer music from iTunes to iPhone

    Ok, so I transferred this CD to iTunes and I'm trying to drag and drop it onto my iPhone but I get a symbol showing that I can't do that. I then tried to check the box under iPhone that says "Manually manage music and videos" but then get a notificat

  • Lion Installed: Internal speakers muted and cannot be adjusted thru the audio pane.

    I installed Lion yesterday and spent considerable time looking for an online solution to no avail. The online info suggests to re-install the OS from the disk supplied with the laptop, but would be re-installing Snow Leopard... mmm The quick fix is t

  • Multiple Mobile Clients

    Hi to all. I want to use multiple mobile clients (up to 50) to send data (texts/numbers) to the same server wirelessly. What is the best way to go? Bluetooth or WiFi? Is there any limitation in any of the protocols? Which one will quarantee that the

  • How to Populate 'Camera Model' on iPhone print screens? (iphoto)

    My name is Mike. I love that iPhones (and iPods and iPads) can print screen using the sleep/wake button and the Home button. I'm surprised I only just now noticed, but I can confirm... once the print screens are imported into iPhoto, their "Camera Ty

  • While open_form module is hanging when I execute my form?

    Hi Gurus,     While executing my form it's hanging, particularly in the open_form(load-form function module in it when exporting stxl values here it's hanging,   plz give some useful solution with regards. Thambee.