Keith Shelton Posted August 26, 2000 Posted August 26, 2000 I wish to have 3 fields which give total number of records, found records and the current record number, i.e. the same info as in left hand status area. I have made each field a calc with auto enter and status calculations but this is either not accurate or does not update when a record is deleted etc. Any ideas please of how I can do this?
Kurt Knippel Posted August 27, 2000 Posted August 27, 2000 quote: Originally posted by Keith Shelton: I wish to have 3 fields which give total number of records, found records and the current record number, i.e. the same info as in left hand status area. I have made each field a calc with auto enter and status calculations but this is either not accurate or does not update when a record is deleted etc. Any ideas please of how I can do this? Change the Storage Options to not store the results. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Senior Filemaker Developer http://www.database-resources.com mailto:[email protected] =-=-=-=-=-=-=-=-=-=-=-=-=
ZuperZZ Posted August 28, 2000 Posted August 28, 2000 Keith, . . . or instead of use calc field use global (number) fields, at the end of your "Find" script: setField[Num_records,Status ( CurrentFoundCount)] etc.. ZZ
Recommended Posts
This topic is 8945 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