Peter Lars Jensen Posted July 11, 2001 Posted July 11, 2001 Hi there, I have been working on a database where I removed the Status Area and instead of the conventional "record-browser" implemented my own navigation - so far four buttons doing "First Record", "Previous Record", "Next Record" and "Last Record. Piece of cake. Now I would like to add the following text information: Record Number, Total (found) Records and Total Records. Example: a) Browsing my records. Looking at record number 22 out of all 398 records: 22 of 398 - 398 Searching my records. Found 114 out of all 398 records. Looking at record number 22 of all found 114 records: 22 of 114 - 398 Can this be done? Any help would be appreciated
Kurt Knippel Posted July 12, 2001 Posted July 12, 2001 quote: Originally posted by PLJ: Hi there, I have been working on a database where I removed the Status Area and instead of the conventional "record-browser" implemented my own navigation - so far four buttons doing "First Record", "Previous Record", "Next Record" and "Last Record. Piece of cake. Now I would like to add the following text information: Record Number, Total (found) Records and Total Records. Create an unstored calculation with the following: Status( CurrentRecordNumber) & " of " & Status( CurrentFoundCount) & " - " & Status (CurrentRecordCount)
Recommended Posts
This topic is 8806 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