This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Photo Gallery from a view? ~Chloe Dwogerokonyoden 28.Jan.04 08:52 AM a Web browser Domino Designer 6.5All Platforms
I saw the other solutions, but I think there's an easier solutions if I understand well. Seems very complex, but it's easy and more powerfull.
You've a documents with a views and you want to see the image from this documents.
The best thing is create an Agent in webqueryopen, and this form you put a field. In the agent you use
set doc=session.documentcontext
and put in this field the HTML code source with table.
doc.Field1="<table>" "<tr>"
for i=1 to 3
doc.Field1=doc.Field1(0)+"<td>"+(the code of the image)
Next i
The code of the image is A655A56B4EB48F6CC1256CA0002F7115/$File/028696.jpg
In this example you can see the code is DocumentID/$File/nameoftheimage.
Which this rules you can compose the image which you want, the name of the image you can find which embeddedobject or when you construct the structure with the photos you can save the name of the image in other field.