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

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

Recommended Posts

Posted

In one of my scripts i perform i find but i need get the number of records found in that script because i need it for an equation. anybody know how to do this?

Posted

You are looking for Get ( FoundCount ).

So if you want to end the script showing a custom dialog of how many records were exported (from the found set), dialog calculation would be something like:

"There " &

Case ( Get ( FoundCount ) > 1 ; "were "; "was " ) &

Get ( FoundCount ) & " record" &

Case ( Get ( FoundCount ) > 1 ; "s" ) & " found."

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