RE: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-23 Thread nclayton
Here is my altered code to incorporate the workaround: = function GetObjKeys($sessId,$mapName,$sel,$scnt){ $obj_keys = ''; if($sel != ''){ InitializeWebTier(); $userInfo = new MgUserInformation($sessId); $siteConnection = new

RE: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-23 Thread nclayton
Thank you for pointing this out Ronnie, doubt I would've found them myself. Kind of a harsh workaround, significant modification to my code for something that looks like it will be gone in the next update. I'll post my workaround code here for anyone else needing the fix. Ronnie Louie wrote: >

RE: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-22 Thread Ronnie Louie
GenerateFilters method to setup the query for selection. Ronnie -Original Message- From: nclayton [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 9:25 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items) Hi all, This has just

Re: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-21 Thread nclayton
No change, stll only getting 20 of the records... I've changed SelectionFilterSize in both serverconfig.ini and webconfig.ini and restarted the service. Don C. MacGregor wrote: > > You also need to modify the SelectionFilterSize value in webconfig.ini > file. > > -- View this message in con

Re: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-21 Thread Don C. MacGregor
You also need to modify the SelectionFilterSize value in webconfig.ini file. nclayton wrote: > > I altered the value for SelectionFilterSize and set it to then > restarted the MapGuide service. > I'm still only getting the first 20. > > > > Don C. MacGregor wrote: >> >> Earlier it was

Re: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-21 Thread nclayton
I altered the value for SelectionFilterSize and set it to then restarted the MapGuide service. I'm still only getting the first 20. Don C. MacGregor wrote: > > Earlier it was suggested by Jonathon... > > Check out the serverconfig.ini file...there is a new setting in there that > limits

Re: [mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-21 Thread Don C. MacGregor
Earlier it was suggested by Jonathon... Check out the serverconfig.ini file...there is a new setting in there that limits it. nclayton wrote: > > Hi all, > This has just recently become a problem. I am passing the selection xml to > a page to display parcel owner data. For an example, I selec

[mapguide-users] Selection Issue (FeatureReader only grabbing 20 items)

2008-07-21 Thread nclayton
Hi all, This has just recently become a problem. I am passing the selection xml to a page to display parcel owner data. For an example, I select 256 parcels on the map. The selection xml comes over fine, with all 256 parcels listed. When I use a featureReader to get the parcel numbers from the fea