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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.