laptop and a wrench

Bug

The Line and Polygon Measure tools do not display the comma on comma delimited systems.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM041901
SubmittedJanuary 26, 2009
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.3
Version FixedN/A
StatusFixed

Workaround

As a fix/workaround – replace the following code in the ProcessMeasureRequest function in Measure.ascx.cs in the WMA Replace coll.Add(new CallbackResult("","","invoke","measureComplete", new object[] { response, m_id, area, perimeter, segmentDistance, totalDistance })); return coll.ToString(); with coll.Add(new CallbackResult("","","invoke","measureComplete", new object[] { response, m_id, area, string.Format("{0}", perimeter), string.Format("{0}", segmentDistance), string.Format("{0}", totalDistance) })); return coll.ToString(); If you could put this information inside the CR, that would help the developer who fixes it eventually and also a possible workaround for SP1.<a href="http://frenchfrie/french_internet/Default.aspx" target="_blank">http://frenchfrie/french_internet/Default.aspx</a>

Steps to Reproduce

Bug ID: NIM041901

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options