Thanks Jim,
Actually I have been using those info functions for ages. I just forgot.
I have had some difficulty particularly with one database transitioning and since this was not working I looked on the discussion topics and did not see it so I posed the question instead of troubleshooting the procedure that has worked for ages.
Here was my Procedure:
;
;---------------Named “.RecordsCount”
;
;----------Updates Record Count and Records Selected
;
;
RecordCount=info(“records”)
RecordsSelected=info(“selected”)
;
;------I changed this August 9, 2015 from fRecordsSelected to RecordsSelected
Thanks for the comment Jim.