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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RustyNZ

  1. RustyNZ

    CORRECTION -Display records from a Database - extremely important

    See also the response to "Multiple rows..." (about 50 queries back) for a way to do this client side using JavaScript.
  2. RustyNZ

    Multiple rows...

    You'll have to read all the records in before you can generate any HTML. There are at least 2 ways of doing this: 1) Read values into a ColdFusion array, instead of generating HTML directly. When you have read all records, you will know how many there are, and can start generating the table...
  3. RustyNZ

    Displaying records in multiple vertical html tables...

    The main reason your code won't work is that you have closed your 2 sub tables before you try to populate them. Instead of using 2 tables with 4 cols each, you're probably better to use a single table with 8 or 9 cols (an extra col to put some space between is useful). As you go through the...
  4. RustyNZ

    Problem with CFEXECUTE on Solaris

    I've just upgraded to ColdFusion 4.5 on Solaris, especially because of the ability to call an arbitrary executable using CFEXECUTE. I've found that CFEXECUTE works on system programs like ls and pwd, but I can't get it to work on user-written programs. It doesn't produce an error, just doesn't...

Part and Inventory Search

Back
Top