musicarteca Posted January 29, 2006 Posted January 29, 2006 I am trying to show the the record navigation with the get functions but something does not seem to work. I use the Get(TotalRecordCount) function in a field which correctly shows the total number of record, but in a found set, the other two calculated fields that have the functions: Get(RecordNumber), and Get(FoundCount) function, display the incorrect answer. I have submitted the example, what I want to show is the correct number of records in a found set and the corresponding record number in that found set, in other words duplicate the information that is on the status bar. What I am doing wrong? Get.fp7.zip
Lee Smith Posted January 29, 2006 Posted January 29, 2006 You need to make the Calculations "Unstored" And use these functions., GetRecordID GetFoundCount GetTotalRecordCount HTH Lee
Ender Posted January 29, 2006 Posted January 29, 2006 Get(RecordID) wouldn't help here. Use Get(RecordNumber) to show which record of the found set you are looking at. Then, as Lee said, set the storage of all three fields to Unstored.
Recommended Posts
This topic is 6936 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