Jason Goldsmith Posted May 10, 2006 Posted May 10, 2006 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!
John Mark Osborne Posted May 10, 2006 Posted May 10, 2006 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.
Jason Goldsmith Posted May 11, 2006 Author Posted May 11, 2006 That's interesting ... and it worked ... thank you
Recommended Posts
This topic is 6834 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 accountSign in
Already have an account? Sign in here.
Sign In Now