gaby78 Posted October 30, 2007 Posted October 30, 2007 I have a portal with such fields as PartNbr, Quantity, etc… What script would take me to the row that contains a specific PartNbr. For expl when I enter FV362 in a custom dialog box I want FM to go to the row that contains FV362 in PartNbr field. The Go To Portal Row script takes me to a row number. The Go To Field takes me to the right field in the portal but it sits in the 1st row.
gaby78 Posted November 1, 2007 Author Posted November 1, 2007 No suggestion to question how to go to a portal row based on a field value?
David Jondreau Posted November 2, 2007 Posted November 2, 2007 Try... Go To Field[field1] Go to Portal Row [First] Loop Exit Loop If[field1 = testValue] Exit Loop If[Get(PortalRowNumber) >= Count(RelatedKeyField) Go to Portal Row [Next] End Loop
gaby78 Posted November 2, 2007 Author Posted November 2, 2007 Thanks David; it works and solved my problem. I thought there was a more straighforward way. Thanks again
Recommended Posts
This topic is 6231 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