[email protected] Posted October 19, 2000 Posted October 19, 2000 I am trying to get rid of the tool panel on all of my database windows. Are there any calculations or inserts that will give me two pieces of information: 1. Total number of records 2. Total number of found records
danjacoby Posted October 20, 2000 Posted October 20, 2000 While you're at it, you can also use Status(CurrentRecordNumber) and a global field ("gRecordGo") which, when filled in and a button is pressed, can send the user to that record number with a script: Go to Record/Request/Page ["gRecordGo"] Clear "gRecordGo" That way, you can eliminate the status bar completely, and still get full use. Actually, you'll need one more thing -- an "omit" field for doing finds. I'll let you try to figure this out for yourself. HTH, Dan
PinnWal Posted October 20, 2000 Posted October 20, 2000 Mike- 1. Status(CurrentRecordCount) 2. Status(CurrentFoundCount) Do not store the results in either calculation. Later :-)
Recommended Posts
This topic is 9052 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