|
I try to explain my problem as follows: I adopt standard recordset paging from macromedia to select all kinds of different breeds in my database (cfquerybreed). So, then I can navigate through my database seeing all my breeds and the users that have these breeds. No problem at all. I can see all the fields etc, works perfectly.
However, I also want to display user images which are in another table, (connected by IDnumbers).
However, the standard paging only gives ?PageNum_cfquerybreeds=3&breedid=10 as URL parameters. So, I know the breedid and the pagenum, but how do I know which userid is listed on which page? (need this for my user images)
So, rephrased as follows: How can I couple userid as url variable to the standard recordsetpaging, giving me information about which userid is shown when I navigate through my breed query. If I can show this as a url variable; i can display the images for that user.
This post has been edited by xxxxxikke: 10 Dec, 2006 - 05:12 PM
|