mleiser Posted June 30, 2009 Posted June 30, 2009 Hi. I need to do the following. I have a portal with, say, three fields per line. I want to give the user a button so that it will go to a script and put info into one of the fields in the portal. How do I have a script that will know how to go to a field in a particular line in a portal, or rather a field in a particular record in a portal.
bcooney Posted June 30, 2009 Posted June 30, 2009 I'd do this: See demo attached. EditPortalRow.fp7.zip
mr_vodka Posted June 30, 2009 Posted June 30, 2009 You can go to a specific portal row and then use go to field to get to the field that you want.
mleiser Posted July 1, 2009 Author Posted July 1, 2009 That works. Thanks. Now I just wish they'd have portals within portals. It would simplify things tremendously.
bcooney Posted July 1, 2009 Posted July 1, 2009 Would it? Maybe Excelisys' Hierchical Portals is worth a look. However, I really don't know what your need is.
mleiser Posted July 1, 2009 Author Posted July 1, 2009 In short I have 3 tables. One is Family, one camper, one transportation. Each family has multiple campers, each camper can have separate transportation records, one for am and address and one for pm and address. I have a portal for campers within family. I would love a portal within the camper portal with the two transportation records. Mike
comment Posted July 1, 2009 Posted July 1, 2009 Well, you cannot have a portal within a portal, but you can get very close by using a portal to the transportation table, "grouped" by camper - see an example here: http://fmforums.com/forum/showpost.php?post/266405/
mleiser Posted July 1, 2009 Author Posted July 1, 2009 How about if I ask it this way. Can I have a layout that has family info on top, then a portal that has each campers record info (so far as I have it set it right now) and then if you click on a portal can I have fields on the right side of the portal (outside the portal) that give relevant information about the camper that's not in the portal. So if I click on Johns portal record, on the right side of the screen you see Johns info. Then I click on Susans portal record and on the right side I see all the info for Susan?
comment Posted July 1, 2009 Posted July 1, 2009 Of course you can: http://fmforums.com/forum/showpost.php?post/333539/
mleiser Posted July 1, 2009 Author Posted July 1, 2009 This is incredible! Thank you so much. I just used this for my other portal within portal problem. I use the same temporary key for another portal that has the bus information. It seems to works like a charm. Needs more testing. In any event thanks alot!
comment Posted July 1, 2009 Posted July 1, 2009 I use the same temporary key for another portal that has the bus information. Of course.
mleiser Posted July 2, 2009 Author Posted July 2, 2009 Ran into this issue. In your solution the name in the portal (the only field) is also a button that passes the key to the variable. That's great. However, the portal that I use has numerous fields. How do I get the user to push the right field in order to set up the variable? Do I have to make all the variables in the portal a button that does the same thing?
comment Posted July 2, 2009 Posted July 2, 2009 You can place a button behind the fields in the portal.
Recommended Posts
This topic is 5623 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