December 7, 200421 yr I have a portal that shows (cannot create records in it) related records from another table. I have made a simple GTRR (Show only related records) script that is called on each line by clicking on a field. The strange thing is that no matter which record I click on (using my embedded button) I can't get it to show me the specific record from which I call the script. I get the first record that relates to my person list instead of the selected record (which could be the third etc.) Any ideas? The data is related to my person but is not the record that was selected in the portal row. Duh?
December 7, 200421 yr The very first step in your script should be GTRR, before you Commit Records or do anything that would remove focus from the portal row. Once focus is removed, GTRR goes to your first related record, as it should.
Create an account or sign in to comment