Jump to content

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

Recommended Posts

Posted

Hi all

I do a search on three db for a four db. I have a field in the three db that I do a search on that capture the status(currentfoundcount) number. This is where I do not understand why one db will display the number of records in that db when "show all records" is chosen after the find is completed while the other two db displays the status of the find even after "show all records" is chosen.

The fields are defined as calculation.

example

s_count = Status(currentfoundcount)

I though maybe the db became corrupt but after running recovery on this db, the results are the same.

Any ideas.

Thanks in advance

Lionel

Posted

This is one of those 'gotcha's. Any calculation field involving a Status() function must be set to unindexed, with the 'Automatically turn indexing on if needed' checkbox deselected, or else the calc will not update.

Posted

Yes, it should update according to the change in the number of records being browsed. If you omit all records, it should show zero. If you Show All Records, it should equal the total. If you omit one record, it should show the total minus one. But it cannot update unless it is set as unstored.

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