jfrick Posted February 6, 2003 Posted February 6, 2003 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?
andygaunt Posted February 6, 2003 Posted February 6, 2003 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.
jfrick Posted February 7, 2003 Author Posted February 7, 2003 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.
Recommended Posts
This topic is 8335 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