Tmonk Posted December 2, 2003 Posted December 2, 2003 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?
John Caballero Posted December 2, 2003 Posted December 2, 2003 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.
Tmonk Posted December 2, 2003 Author Posted December 2, 2003 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.
BobWeaver Posted December 2, 2003 Posted December 2, 2003 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.
Recommended Posts
This topic is 7665 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