October 30, 200718 yr 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.
November 1, 200718 yr Author No suggestion to question how to go to a portal row based on a field value?
November 2, 200718 yr 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
November 2, 200718 yr Author Thanks David; it works and solved my problem. I thought there was a more straighforward way. Thanks again
Create an account or sign in to comment