David Holmberg Posted December 14, 2004 Posted December 14, 2004 What could go wrong in this simple calc? Get(Recordnumber) & " of " & Get(foundrecords) Had to translate the recordnumber and foundrecords from swedish... The first one should give me the recordnumber of the active record, the second one the number of records in the found set. Instead I get the recordID and the total number of records. WHY?
RalphL Posted December 14, 2004 Posted December 14, 2004 I use the following on the layout: Record @@ of <<Found_Records>> found out of <<Total_Records>> total <<Sort_Status>> Where Found_Records = Get(FoundCount) Total_Records = Get(TotalRecordCount) Sort_Records = Case(Get(SortState) = 0; "Unsorted"; Get(SortState) = 1; "Sorted"; "Semi-Sorted") are unstored calculations.
David Holmberg Posted December 14, 2004 Author Posted December 14, 2004 It was a storing issue (and foundrecords was wrongly translated, it should have been foundcount). /Thanks
Recommended Posts
This topic is 7353 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