K1200 Posted March 16, 2008 Posted March 16, 2008 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.
CobaltSky Posted March 16, 2008 Posted March 16, 2008 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. :) 1
Recommended Posts
This topic is 6094 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