Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8535 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

B) 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

Posted

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)

This topic is 8535 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.