Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Joost10

    ActiveDocument.Sections Where is Process ?

    the methods which you quote, are result methods.
  2. Joost10

    ActiveDocument.Sections Where is Process ?

    Aren't you looking in the RESULT-methods? maybe your result have the same name as the querry
  3. Joost10

    Calculate hours between 2 date field

    yes, but i don't know excacly how, try something like this: var_1 = date_last - date_first hours = var_1.getHours()
  4. Joost10

    stop loop from running by clicking a button

    hello, does anybody know how i can stop a (JavaScript) loop from running by clicking a button?? i was thinking of something like this: if(button1.onClick() ) regards

Part and Inventory Search

Back
Top