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 7353 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

What could go wrong in this simple calc?

Get(Recordnumber) & " of " & Get(foundrecords)

Had to translate the recordnumber and foundrecords from swedish...

The first one should give me the recordnumber of the active record, the second one the number of records in the found set. Instead I get the recordID and the total number of records.

WHY?

Posted

I use the following on the layout:

Record @@ of <<Found_Records>> found out of <<Total_Records>> total <<Sort_Status>>

Where

Found_Records = Get(FoundCount)

Total_Records = Get(TotalRecordCount)

Sort_Records = Case(Get(SortState) = 0; "Unsorted"; Get(SortState) = 1; "Sorted"; "Semi-Sorted")

are unstored calculations.

This topic is 7353 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.