May 13, 201411 yr Ok, I have a portal issue. Objective: Portal layout I am using has space limitations so I want to be able to click a button and expand the picture in a portal out to a full screen view. When I use a script to open a new window (from inside portal)to enlarge a picture it goes to the 1st record every time and not the related record. I can then manually scroll through the records to the correct one... I have Table A: Primary Data Table ------------>Layout #1 Table B: Display Table with Portals.---->Layout #2 Enlarged view------------------------->Layout #3 My script is: Allow User Abort [Off] New Window [Name: "Enlarged Picture View";Style: Document] Go to Layout ["#3 Enlarged Layout" (Table A)] Pause/Resume Script [indefinitely] Close Window [Current Window] Layout "Enlarged vew" only has one container field in it from Table A. "::Picture" All items in Table B-->Layout 2 are inside the portal.. I have this running correctly on two other databases but cannot figure out why it keeps going to the first record on this one. Any insight would be grealy appreciated. Thanks
May 13, 201411 yr Author Ok solved it... .I was/am mentally deficient. I needed to use GO TO RECORD... much simpler and works right. For some reason I had a blind spot on using that.
Create an account or sign in to comment