Select to view content in your preferred language

How to display .dbf attributes for the Shape File Overlay for Sample Viewer?

566
2
06-30-2010 10:16 AM
by Anonymous User
Not applicable
I have implemented the code for the Shape File Overlay for Sample Viewer.  Since this code imports a zip file with a .shp and .dbf, I was wondering if there is a way to display the attribute fields from the .dbf flie?  I would like to display them either using a tool, such as, the identify button, the select by graphic tool or simply display it by a grid result table.  Can anyone point me in the right direction?

Thanks!
Allison
Tags (2)
0 Kudos
2 Replies
JamesGooding
Emerging Contributor
I have implemented the code for the Shape File Overlay for Sample Viewer.  Since this code imports a zip file with a .shp and .dbf, I was wondering if there is a way to display the attribute fields from the .dbf flie?  I would like to display them either using a tool, such as, the identify button, the select by graphic tool or simply display it by a grid result table.  Can anyone point me in the right direction?

Thanks!
Allison


I also have this problem, has anyone found out how to do this since June 2010?
0 Kudos
BjornSvensson
Esri Regular Contributor
Mighty kipper,
As mentioned in your other post, you can't directly add a shapefile to the Flex Viewer, but you can either

  • create a map service with it, OR

  • add it to ArcGIS.com Viewer and save it as a web map

Either the map service or the web map could then be used in the ArcGIS Viewer for Flex.
0 Kudos