Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6936 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

You need to make the Calculations "Unstored"

And use these functions.,

GetRecordID

GetFoundCount

GetTotalRecordCount

HTH

Lee

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.