Hi all,

i work with the Media Library Images to create a own little image
gallery. I have created the thumbnail-view and the link to the
detailed version.

On the detailed version i want to create a next / last link. I have
create a SQL query to select the image properties:

<CFQUERY NAME="getgalleryimages" DATASOURCE="mydatasource">
SELECT LABEL, OBJECTID, SOURCEIMAGE, STANDARDIMAGE, THUMBNAILIMAGE
FROM mydatasource.DMIMAGE WHERE (OBJECTID = '#imageid#') AND (STATUS =
'approved')
</CFQUERY>

How can i determine the Object-ID from the previous and the next
picture?

Thank you in advance

Nic.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to