Leather Knight Posted November 26, 2008 Posted November 26, 2008 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?
IdealData Posted November 26, 2008 Posted November 26, 2008 Repeating fields can be displayed horizontally. May be you could script something.
David Jondreau Posted November 26, 2008 Posted November 26, 2008 (edited) 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, 2008 by Guest
Leather Knight Posted November 27, 2008 Author Posted November 27, 2008 Hmmm. that seems to work ok. Thanks, never thought of it...
Recommended Posts
This topic is 5938 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now