February 6, 200322 yr I have a portal showing many records and use a calc field "Hilite Record" to hilite the selected row. I also use navigational buttons- previous record, next record.... If I go to the last record my script hilites the last portal record/row correctly but you don't see it because the portal doesn't scroll down to that record. Any suggestions on how to make the portal scroll down to show the hilited record?
February 6, 200322 yr Hi, If you can script the entry into the portal row from your navigation scripts to set up the hilighted row and capture that row number into a global, then you can use the go to portal row based on a field.
February 7, 200322 yr Author Thanks Andy, Works Great! I already have a field/script that displays the current record number - gCurrentRecord so all I had to do was add the Go to Portal Row (by field value) and point it to that field.
Create an account or sign in to comment