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!

Retrieving and Displaying Images in CF

Status
Not open for further replies.

lomax

Programmer
Jul 9, 1999
1
US
I'm trying to build a site which is basically a catalog of images categorized by type. I have a table which contains the path/filename of each image and the category (primary key).<br>
<br>
If I use a query which selects images by category, how do I display a limited # of images in a table (maybe 5 images per page) and scroll through the remaing images in the category?<br>
<br>
I haven't seen any examples of this yet. I been able to do the query and have a resultset containing about the image filenames, but I'm only able to display the first file in the resultset.<br>
<br>
TIA<br>
<br>
Gerry
 
they have something like CFROW...<br>
which will define the max rows returned/displayed.<br>
<br>
can't remember the syntax...but check out the <br>
CFML guide/reference..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top