Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Displaying x of x records found


eddyb2

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

Recommended Posts

Hi

I run a script on a button to perform a find

This finds the records based on the users criteria then takes them to a new layout to display the results.

On this layout i would simply like to add a line of text that says "Displaying X of X records found" just as it does in IWP.

Is there an easy way of doing this or am I looking at using calcualted fields to do this.

I know there are certain symbols you can use on a layout to display username, version, last modified etc I was wondering if the same is true for current record of current found records?

I dont know if this makes a difference but it is a hosted database on FMSA 9 with clients perfoming finds in FMP 9

Many thanks

Link to comment
Share on other sites

You need a calc field, result text, unstored:

RecString = Get (foundcount) & " records found out of " & Get (recordcount) & " total records."

You can put this as a merge field in the footer of your list view. I put one of these in each table.

Link to comment
Share on other sites

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