Yeti Posted October 2, 2000 Posted October 2, 2000 I'm not sure this subject belongs in The left brain. Then again: it's mindboggling to me, so I'll give it a try. I need to be able to search in surnames, so I made a relation between Person and Projects. This works fine, but obviously there are more people with the same surname. So I made a portal to show them all. And this works fine two. But how do I select the right person from the portal? I believe I need to do this with a script. I tried Set Field, but the data does not appear in the fields I tried to set it to. Is this because these are related fields? Could anyone outthere help me out on this?: Thanks ------------------ Yeti
Kurt Knippel Posted October 2, 2000 Posted October 2, 2000 quote: Originally posted by Yeti: I'm not sure this subject belongs in The left brain. Then again: it's mindboggling to me, so I'll give it a try. I need to be able to search in surnames, so I made a relation between Person and Projects. This works fine, but obviously there are more people with the same surname. So I made a portal to show them all. And this works fine two. But how do I select the right person from the portal? I believe I need to do this with a script. I tried Set Field, but the data does not appear in the fields I tried to set it to. Is this because these are related fields? As a simple measure you can define the fields in the portal row as a button and attach a script to it, which uses the Go To Related Record command, followed by a Perform External Script command to run a script in your other file. You will be on the record you clicked on so you can then use the fields in that record to further drive the scripts. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 8818 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