Rich S Posted January 3, 2007 Posted January 3, 2007 (Moderator: feel free to move this post to the Define Fields forum if you deem it more appropriate.) Greetings, all, and happy new year. Here's a puzzler: I read that it's good FM developer practice to not let users have access to the Status Area in run-time solutions...which makes sense. However, by making it inaccessible users can't glance at the record counter to see that they're at Record X of Y...though they can go to a specific record if they want to by visiting the Records menu. So, that means writing a script? A calculation? I'm sure this issue has been dealt with before by someone far more wiser than me, so your help would be much appreciated. Thanks! Rich
CobaltSky Posted January 3, 2007 Posted January 3, 2007 An unstored calculation (result type set to "text") with a formula along the lines of: "Record " & Get(RecordNumber) & " of " & Get(FoundCount) ...will provide you with a field which you can place anywhere on the layout to serve in place of the record number in the Status Area. :D
Recommended Posts
This topic is 6536 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