December 2, 200322 yr I would like to emulate the records counter on the staus bar w/o the bar. I've used Status (current found count) which shows me the correct found set of records. But if I use Status( current record number) it will only give me the proper record number of the found set in browse mode if all records are available. Fer instance, when I perform a find the total number of found records count is correct but the record number (1 of3, 2of3, etc. reflects the record number of the record in the "complete" record set. Any suggestions?
December 2, 200322 yr Status(CurrentFoundCount) shows the count of records that result from a find & Status(CurrentRecordCount) shows the count of all the records in the database. Set 'em to be unstored.
December 2, 200322 yr Author Sorry, after rereading my original post I don't think I explained myself well. What I'm looking for is the first part of the count. Record (x) of 5 or (x) of 9. So that the user can scroll from the first record (1) to the last.
December 2, 200322 yr Status(CurrentRecordNumber) will give you the position of the record in the current found count, not the position of the record in the file. You can also put the symbol @@ in a text field, and it will display the record number.
Create an account or sign in to comment