Jump to content

No.1

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by No.1

  1. QUOTE (rolfk @ Mar 30 2009, 02:17 PM)

    By not using high level VIs but taking apart your query into at least an Execute query and the actual data retrieval. If you close the statement or result set reference before you actually retrieve the data, the query should be dropped and any already generated data with it.

    You probably need to find a way to see if the query already produced some data before starting the retrieval as it might not be possible to cancel an already started data retrieval. You can try it out however if closing the result set reference in another part of the code does maybe abort the data retrieval too.

    Rolf Kalbermatter

    Hi, Rolf Kalbermatter

    I think ADO ActiveX may have some method to stop the current query, for example, a property to set the timeout or a method to abort the current query. But I am not familiar about that.

  2. QUOTE (Jon Sweeney @ Mar 20 2008, 11:22 PM)

    Although it may not be desirable to you, one way is to hide the title bar, either by setting the "Title Bar Visible" property to false, or by unchecking "Window has title bar" in the VI properties.

    But I want to show the title bar.

    Maybe I can do that by the Windows API?

  3. Hello, everyone,

    I want my user interface window to be maximum, and also want to disable the restore button when I open the vi.

    I do that as the attached file.Download File:post-11095-1205976114.bmp

    but the result is that the window can also be moved by draging the title bar, and also response once when double click the title bar, and then don't response to that any more.

    What can I do to realize the function in Labview 7.1? Thank you.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.