Rob Tito Posted March 5, 2006 Posted March 5, 2006 (edited) hello All I am trying to get the difference for the two Get flags: Get(FoundCount) and Get(TotalRecordCount) When I use them, even after a find operation returning 3 records they both give me the same number i.e. the total number of records in the table. What am I missing here? Thanks for any insight. TIA Rob Edited March 5, 2006 by Guest
BruceJ Posted March 5, 2006 Posted March 5, 2006 Us a number calculation field and make sure it's UNSTORED. If you need a sotred number - you can use two stored number fields and use script to SetField using the Get fundtions in the calculation for each set field step.
Rob Tito Posted March 5, 2006 Author Posted March 5, 2006 (edited) the fields I use ARE calculation fields, they use to work in 3-4-5-6- and 7 now there is something different and I wonder what I missed Edited March 5, 2006 by Guest
Raybaudi Posted March 5, 2006 Posted March 5, 2006 the fields I use ARE calculation fields... ... but evidently the calc is STORED and it must not be ! So check that those calc in the "storage options..." have a flag into the "do not store" box.
Rob Tito Posted March 6, 2006 Author Posted March 6, 2006 that was what I was missing, in prior versions calculated fields were unstored untill told to store thanks this works Rob
Recommended Posts
This topic is 6900 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