Develop Posted October 2, 2006 Posted October 2, 2006 I am trying to make records listed in a portal clickable, so the user can bring up a screen of the form entry for a corresponding record. It seems to work, except that no matter which record in the portal I click, it always brings up the FIRST record in the list. What am I doing wrong?
Inky Phil Posted October 2, 2006 Posted October 2, 2006 In the script that displays your record issue a GO TO RELATED RECORD step. That will make the record on the portal row that you click the active related record. Do this before you issue any commit records steps HTH Phil
Develop Posted October 3, 2006 Author Posted October 3, 2006 In the script that displays your record issue a GO TO RELATED RECORD step. That will make the record on the portal row that you click the active related record. Do this before you issue any commit records steps HTH Phil My button script is simple: "Go To Related Record (Using Form)" but it still only pops up the first record. There are no other commands in the script.
Inky Phil Posted October 3, 2006 Posted October 3, 2006 Can you post a copy of the file. It might be easier Phil
Recommended Posts
This topic is 6684 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