October 23, 201213 yr Newbies Hello, I've been looking deeply in the documentation and couldn't seem to find it! But just to make sure I thought I'd ask... I'm looking for a property exactly like this. I've looked at the TotalRecords property, but that's not it... The issue is I'm doing a FindRequest with SetMax() and SetSkip() but I would like to have the total record count of the found set for browsing purposes... I've been using the Rows.Count of the DataTable, but it's usually set to 20, since my SetMax value is set to 20... Thanks!
October 24, 201213 yr You've tried http://fmdotnet.sourceforge.net/help/FMdotNet~fmDotNet.FMSAxml~TotalRecords.html ?
October 25, 201213 yr Author Newbies I'm looking for a property exactly like this. I've looked at the TotalRecords property, but that's not it... Yes, that property doesn't seem to be linked to the FindRequest, so it doesn't give me the right results number :(
October 26, 201213 yr Author Newbies Exactly, when I first read it, I was pretty sure to have found what I wanted... But after doing the FindRequest, I called that property and it keeps returning 0...
Create an account or sign in to comment