January 23, 200124 yr 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.
January 23, 200124 yr 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
Create an account or sign in to comment