Jump to content

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

Recommended Posts

I have a calculation field to return the number of records in the current found set. It is simply:

c_FoundCount = Get ( FoundCount )

But the returned number is the total records, not the number of records in the current found set.

Any suggestions?

Thanks!

Link to comment
Share on other sites

You can locate the "unstored" option by:

- Entering Define Database

- Clicking once on the calculation field

- Clicking the Options... button

- Clicking Storage Options...

Check the box to "do not store calculation results -- recalculate when needed". This will make the calculation update each time the screen refreshes (e.g. mode change, record change, etc.). This is a good option to know about when you have a calculation that does not reference a field. Stored calculations don't update when there is no field reference that can be modified to trigger the result.

Link to comment
Share on other sites

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