tmas73 Posted February 24, 2007 Posted February 24, 2007 I have a tab with 3 sections. Passwords, Cards, Reminders. In each tab there is the same portal row that displays a field of a record. How can I show different found sets in different tabs? For example password shows all records with passwords and reminders just shows records that have reminders in them in the portal? Thanks Thomas
Raybaudi Posted February 24, 2007 Posted February 24, 2007 Hi if you want to see different found sets, you need to place different portals ( with different relationship ) into each TAB
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 How do I connect the portals? Do I duplicate the portal? But how do I use the same data? Thomas
Raybaudi Posted February 24, 2007 Posted February 24, 2007 Four fields: 1) gPwd = global calculation field, result number, and calc: 1 2) cPwd = calculation field, result number, and calc: not IsEmpty (Password) 3) gRmd = global calculation field, result number, and calc: 1 4) cRmd = calculation field, result number, and calc: not IsEmpty (Reminder) Next steps: 1) relatioship from Main::gPwd and Main2::cPwd 2) relatioship from Main::gRmd and Main3::cRmd Next steps: 1) place into first TAB ( Passwords ) a portal that shows records of Main2 2) place into second TAB ( Reminders ) a portal that shows records of Main3
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 I assume like this?? I already use a relation ship in my solution. Will this cause problem in my solution? Great Thanks Portal_Sort.fp7.zip
Raybaudi Posted February 24, 2007 Posted February 24, 2007 Yes, you assume right ! And you can have all the relationships that you need without any problem. :
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 Cool but there is one slight problem...it should display the description in the reminder portal but only list the descriptions that contain reminders. Does that make sense? T
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 Never mind I just use Description in the reminder portal and it list the right ones. Thanks so much Mille Grazie Thomas
Raybaudi Posted February 24, 2007 Posted February 24, 2007 due to the: not IsEmpty (Reminder) calculation
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 (edited) Now I ran into a new problem because of this relation. I used to have a button in my portal to show the current record in the same layout that does not work anymore. Any wor arounds on that? Login: Admin No Pass iPassword_2_v008.fp7.zip Edited February 24, 2007 by Guest
tmas73 Posted February 24, 2007 Author Posted February 24, 2007 Perfect, thanks is there a way when clicking a portal row that it stays on the selected field? It is now jumping back to the top when selected. Thomas
tmas73 Posted February 26, 2007 Author Posted February 26, 2007 (edited) Thanks Again. I see there is a small bug in the new Script. When I click on a row in for example "Cards" Tab it jumps back to the "Records" Tab. I assume there should be a different script step in Go To portal Row [select;No Dialog;$row], or? I hope this is the last issue I'm facing but now after having more tables my spotlight search function wont work too. If you could have one more look at a sample. It uses the "zippScript_PerformScript" (Link) plug in for a spotlight search. Also I imported like 150 records and it seems really getting slow. Is slowness a part of portal rows? THANKS FOR THE HELP. Thomas iPassword_2_v008_2.fp7.zip Edited February 28, 2007 by Guest
Recommended Posts
This topic is 6481 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