Rich S Posted July 10, 2010 Posted July 10, 2010 Greets, everybody: This should be relatively straightforward but I guess I'm not using the correct calc. What I want to do is not display the Status Toolbar on the solution I'm working on so I'm "scripting and buttoning" the bare-bones commands from there into the UI. Now the tricky part: the record counting. In the attached .png example, I'm using Get(FoundCount) and Get(TotalRecordCount) for the "5/81" part...but what about the "3"? What would be the calc so as a user steps through a found set a field/calc would display the record number of the found set? I tried Get(RecordNumber) but that gives the "Show All" record number, not the record number in the found set sequence. TIA for your help!
bruceR Posted July 10, 2010 Posted July 10, 2010 Very common question. Those calcs need to be defined as unstored.
comment Posted July 10, 2010 Posted July 10, 2010 I tried Get(RecordNumber) but that gives the "Show All" record number, not the record number in the found set sequence. No, Get (RecordNumber) returns the number of the current record in the current found set. Make sure the calculation is unstored.
Recommended Posts
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