grantwood Posted February 15, 2006 Posted February 15, 2006 Hello, Suppose I have a portal containing 40 names, in ascending order, and it is configured to show 10. I have a script that adds a new record and then highlights this newly added record. However, if I add someone whose last name is "Smith", that record will most likely appear out of view. Is there any way I can scroll so that the newly added record appears? I was thinking of using the Go to Portal Row step with a calculation, but I don't know a way of determining in which row "Smith" appears. Regards, Sean Mills
aaa Posted February 15, 2006 Posted February 15, 2006 Hi grandwood ! Try in the adding record script add script: Go to Field(Any_Field_From_Portal)
grantwood Posted February 20, 2006 Author Posted February 20, 2006 Hi aaa, Thanks for the suggestion, but that didn't work for me. Wouldn't I need to go to a specific portal row for the portal to scroll?
Recommended Posts
This topic is 6851 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