September 4, 200916 yr Fairly new user here. Any way to do this? I want to display a small jpg from a web address in a web viewer, but have the viewer get the address from portal rows 1 through 6. I can get the first web viewer to display for the first row, but do not know how to match up the 2nd through 6th web portal rows to dispay in the individual web viewers 2 through 6. 1. Portal has 6 rows visible. Each row field data is a web address. 2. Created 6 web viewers on the page. 3. Have each portal row assigned to display the web page in a different web viewer. Using FMP 10
September 4, 200916 yr You could use the GetNthRecord() function, e.g.: GetNthRecord ( Child::URL ; 2 )
Create an account or sign in to comment