My problem is that I would like to change the way a query is outputed on the
page in a table.  A picture is worth a thousand words.  see below:


regular CFOUTPUT

user1  user1phoneNumber
user2  user2phoneNumber
user3  user3phoneNumber
user4  user4phoneNumber

Instead of outputting it like this, I would like for it to look like this:


user1  user1phoneNumber     user2  user2phoneNumber
user3  user3phoneNumber     user4  user4phoneNumber


Comming from ASP, this is pretty easy because of the ADO MoveNext command.
basically you put it in between the columns for the first user and the
second user.  then one after the <TR>.

If I have confused anyone, let me know.


Thanks in Advance....

David


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to