August 26, 200025 yr 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?
August 27, 200025 yr 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] =-=-=-=-=-=-=-=-=-=-=-=-=
August 28, 200025 yr 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
Create an account or sign in to comment