March 16, 200817 yr Is there a way to have a tooltip show the current number of entries displayed by a portal? The closest I've been able to come is to hover over the last row (when selected) and display Get(PortalRowNumber). Thanks in advance for any help.
March 16, 200817 yr Sure. If you define the tooltip with an expression along the lines of: Count(PortalTO::RemoteTablePrimaryKey) It will return the number of related records available for display in the portal. :)
Create an account or sign in to comment