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 gkittelson 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. yayawatson

    Cool Blends won't load

    I'm using Quark 4.1 and trying to open a couple of Quark documents someone made for me. In terms of content, they are very similar files and one opens fine. With the other, I get an error saying it's missing the Cool Blends xtension and when I go to the xtension manager it says that xtension...
  2. yayawatson

    follow up question - conditionals within loops

    The reason I asked about writing conditional statements within a do until...loop is because I have a do until..loop where the conditional part of the loop doesn't work. Here is the code: do until rs.eof 'Set the variables iret = iim.iimSet("-var_case", rs.fields(0)) 'Run the...
  3. yayawatson

    if..then within do until...loop?

    The reason I asked that is because I have a do until..loop where the conditional part of the loop doesn't work. Here is the code: do until rs.eof 'Set the variables iret = iim.iimSet("-var_case", rs.fields(0)) 'Run the macro iret = iim.iimPlay("pacersearch")...
  4. yayawatson

    if..then within do until...loop?

    Is it possible to write a conditional statement within a do until loop?

Part and Inventory Search

Back
Top