jstrack Posted January 23, 2001 Posted January 23, 2001 I have a need to display only a specific row of a portal (i.e. the second or third row). Is there a command that can do this? Thanks much.
Chuck Posted January 23, 2001 Posted January 23, 2001 Create a field in your parent database that is a global field and relate this to the ID field in the child database. Then create a script that has the following step: Set Field [ gChild_ID, Current_Relationship::Child_ID ] Attach this script to a button in the portal row. When it's clicked it will alter the value in the gChild_ID field. Now you can display fields from the new relationship and see data from just that related record. Chuck
Ocean West Posted January 23, 2001 Posted January 23, 2001 This topic was moved to the Portals Forum.
Recommended Posts
This topic is 8761 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