January 27, 200619 yr I am using FMP 8v2 in conjunction with Server 8v2. I have a field whose value is a calculation using the Get ( FoundCount ) function. The problem I am having is that if the number of records is reduced, the value in the field using Get ( FoundCount ) is not updated. For example, if Get ( FoundCount ) finds 3 records, the number 3 appears in the field using that function. If I delete a record, I now have two (2) records, but the field using Get ( FoundCount ) will still display 3 for a value. Is Get ( FoundCount ) supposed to update dynamically with the found set? If it is, I think I found a bug. If it is not supposed to update dynamically, is there a way I can force an update without initiating a find again? Thanks for reading!
Create an account or sign in to comment