November 26, 200817 yr Portals only show up in the vertical position, but is there a way to make them show in the horizontal for a slide show of images?
November 26, 200817 yr Repeating fields can be displayed horizontally. May be you could script something.
November 26, 200817 yr How many rows are you talking about? You can create multiple one-row portals and place them side by side, each with a different starting record. Or as posted above, a repeating field. Instead of a script, you can use a calculated field: Let([ rep = Get(CalculationRepetitionNumber); nth = GetNthRecord(relatedTable::Field; rep)]; nth ) Edited November 26, 200817 yr by Guest
Create an account or sign in to comment