March 1, 200620 yr 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 ?
March 1, 200620 yr 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
March 1, 200620 yr Use the @@ (insert record number) and you will get what you describe. Lee Edited March 1, 200620 yr by Guest
March 1, 200620 yr Author 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.
Create an account or sign in to comment