generating a thumbnail page using ASP

  • Thread starter Thread starter rmc
  • Start date Start date
R

rmc

Hi:

I can't figure this one out (I'm not a programmer). I want to generate a
thumbnail page based on "category"="1" (for example), and have all the
thumbnails that match that criteria show up in a table format. Every time I
try this I get (based on how many table cells are in the FPdatabase results
table) a row of the same, followed by a row of the next one. I've seen
tables populated by databases and I can't figure it out.

Any help is appreciated. Thanks.

Rich
 
I don't think the results wizard is able to do what you want, since it
displays all fields in a record that you set to display, either in a
table-across or table-down etc..... FP DRW won't repeat records across the
page (e.g. when like you want, you have one field with the thumbnail image),
only display fields from *one* record across the page.

Have you tried the photo album in FP (might be limited for what you need,
but at least it can display photos in the way you want).

Or else search Google "photo album scripts"

www.hotscripts.com is a good place to start.
 
See http://support.microsoft.com/kb/825515

--




| Hi:
|
| I can't figure this one out (I'm not a programmer). I want to generate a
| thumbnail page based on "category"="1" (for example), and have all the
| thumbnails that match that criteria show up in a table format. Every time I
| try this I get (based on how many table cells are in the FPdatabase results
| table) a row of the same, followed by a row of the next one. I've seen
| tables populated by databases and I can't figure it out.
|
| Any help is appreciated. Thanks.
|
| Rich
|
|
 
Back
Top