Thedm Posted May 13, 2014 Posted May 13, 2014 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
Thedm Posted May 13, 2014 Author Posted May 13, 2014 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.
Recommended Posts
This topic is 3849 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