musicarteca Posted March 1, 2006 Posted March 1, 2006 In a portal, I want to add a field that displays the row number. I tried Get(PortalRowNumber), but it displays the selected row, and not the row number. What fuction shall I use ?
Genx Posted March 1, 2006 Posted March 1, 2006 I'm fairly sure that Get(PortalRowNumber) Gets the currently active portal row. Otherwise you could try an unstored calc in your related table. ~Genx
Lee Smith Posted March 1, 2006 Posted March 1, 2006 (edited) Use the @@ (insert record number) and you will get what you describe. Lee Edited March 1, 2006 by Guest
musicarteca Posted March 1, 2006 Author Posted March 1, 2006 Thank you Genx and Lee for your responses. Genx it is correct that the Get(PortalRowNumber) displays the active or selected row, but what I wanted was every row numbered, which is accomplished with what Lee suggested.
Recommended Posts
This topic is 6842 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