March 5, 200619 yr 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, 200619 yr by Guest
March 5, 200619 yr 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.
March 5, 200619 yr Author 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, 200619 yr by Guest
March 5, 200619 yr 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.
March 6, 200619 yr Author that was what I was missing, in prior versions calculated fields were unstored untill told to store thanks this works Rob
Create an account or sign in to comment