nightdesigns Posted April 15, 2002 Posted April 15, 2002 This is sort of portal related, so i'll try here. I'm trying to get from a layout in one file to a particular layout in another file. The second file is the many in a one ot many portal. Normally i'd do the "show related record" but the layout in the other file is just a menu, w/ no data being shown. What's the best way to do this? -j
Fitch Posted April 16, 2002 Posted April 16, 2002 Make a script in the other file: Go to Layout [Menu] Now in the first file make a script: Perform Script [External, 2nd file, Go to Menu] If the execution of the script depends on the contents of the portal, then you'd use something like: If [2nd file::field = "some criteria"] Perform the external script as above End If
nightdesigns Posted April 16, 2002 Author Posted April 16, 2002 quote: Originally posted by Fitch: Make a script in the other file: Go to Layout [Menu] Now in the first file make a script: Perform Script [External, 2nd file, Go to Menu] If the execution of the script depends on the contents of the portal, then you'd use something like: If [2nd file::field = "some criteria"] Perform the external script as above End If That worked great. Oh ya, definatly was having a brain fade moment there. Sometimes the simplist things seem so compliated.
Recommended Posts
This topic is 8259 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