HPage Posted September 10, 2006 Posted September 10, 2006 How do I make a field that will show the portal row number like this eg: 1 of 7 In other words it has to show the current row number and the ammount of rows?
LaRetta Posted September 10, 2006 Posted September 10, 2006 Use your text tool and type @@ in the row. This will insert the record number (see Insert). To grab the total number of records in the portal, just look for the total related count. In main table, create a calculation (number) with: Count ( yourPortalTable::yourKeyField ) You don't need to waste portal space by placing the total within the portal ... just place this field below your portal to produce your total 'row' count. It will stay in view as Users scroll the portal. LaRetta :wink2:
HPage Posted September 12, 2006 Author Posted September 12, 2006 Thanks for the help! I will try that as soon as I get time! :
Recommended Posts
This topic is 6648 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