Just started experimenting with the Graphics Library. Downloaded library and looked at the demo.

Added library to my development environment and can look at one picture at a time using cDbImageContainer and changing between records. So far so good - that was easy.

Now, looking at the cImageGallery demo, I can't seem to grasp where to start.

I have an Attachments table with a FileName column that contains just the filename with extension (without path).
All Images are stored on the server the "Attachments" folder, a sub-folder to Bitmaps.

How would I display the correct set of images constrained by the filenames available in the Attachments table?

PS: Happy Kings Day!