Is there any way to restrict how many item returned by CodeCentral Web Service - Stack Overflow most recent 30 from stackoverflow.com 2009-11-24T03:39:36Z http://stackoverflow.com/feeds/question/307759 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/307759/is-there-any-way-to-restrict-how-many-item-returned-by-codecentral-web-service 1 Is there any way to restrict how many item returned by CodeCentral Web Service Zamrony P Juhara 2008-11-21T03:37:59Z 2008-11-21T05:53:05Z <p>I am building web client for CodeCentral web service from CodeGear web site.</p> <p>I need to restrict number of items return by Search operation of CodeGear web service, say it, 10 per page. This way I can minimize loading of my web page.</p> <p>I just don't know how to do it. Any ideas?</p> http://stackoverflow.com/questions/307759/is-there-any-way-to-restrict-how-many-item-returned-by-codecentral-web-service/307976#307976 2 Answer by Jim McKeeth for Is there any way to restrict how many item returned by CodeCentral Web Service Jim McKeeth 2008-11-21T05:38:11Z 2008-11-21T05:38:11Z <p>Sorry, I don't know the answer off hand.</p> <p>I would suggest you contact John Kaster of CodeGear. He would know all the ins and outs of that. I haven't seen him posting here. Usually the email is [first initial][last name]@codegear.com. You might also try posting in the <a href="https://forums.codegear.com/forum.jspa?forumID=8" rel="nofollow">Developer Network / CodeCentral forum</a> which I imagine John and his team will be monitoring.</p> http://stackoverflow.com/questions/307759/is-there-any-way-to-restrict-how-many-item-returned-by-codecentral-web-service/308000#308000 0 Answer by lkessler for Is there any way to restrict how many item returned by CodeCentral Web Service lkessler 2008-11-21T05:53:05Z 2008-11-21T05:53:05Z <p>You're right. The search form on the CodeCentral page lists the maximum number of entries as an option (the "Show" option), but does not allow you to select the option. And trying various obvious parameter values doesn't work.</p> <p>I haven't tried it, but what might help you is if you research the CodeCentral Expert, which is a package to help search the CodeCentral website from within Delphi and C++ Builder: <a href="http://dn.codegear.com/article/23023" rel="nofollow">http://dn.codegear.com/article/23023</a> </p> <p>The package seems to be quite old, since comments on that page date from 2000, so there's no guarantee that it will work with the new site. However, checking through archive.org, it appears that the CodeCentral search page has remained the same for quite a number of years, and the search page, and even the missing "Show" option, has not changed over that time.</p> <p>Even if the package doesn't work, maybe the package will give you the correct parameters you need for the calls to their search.</p> <p>Otherwise, you'll have to send an email as previously answered.</p>