July 10, 201015 yr 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!
July 10, 201015 yr 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.
Create an account or sign in to comment