Hello, I am a newbie to FileMaker but a long time programmer ...
I am working on an Art Gallery collection tracking application. A key layout in this application is a matrix of images, each representing one artwork item in the gallery's collection. Clicking on any image will take you to a details layout of that particular artwork (see link below to image)
I've defined an Artworks table such that each row of this table documents a single artwork with fields such as Title, Artist, Material, YearCreated, Dimension, Price, Image, etc.
List Layout and Portals, both limit you to vertical rendering of records, they cannot render records horizontally. I therefore moved on to adding a new Table called ArtworkMatrix where each row references 5 artwork records from the Artworks Table. With this technique I was hoping to be able to render rows of 5 images each.
My challenge now is to write a script that automatically populates the ArtoworkMatrix Table. I was not able to piece it together with the little documentation and examples available out there.
Any help would be greatly appreciated.
Cheers
Screenshot of Art Gallery image matrix layout