Robert,
I'd like to customize the Esearch little bit. I'd like to get a report for the result of the search( may be a new window of HTML page to list the result attribute info). I created a 'report' button next to the 'clear' button on the result tab. if user click on the 'report' button a new window will open to show all the attribute info. I could get the result data from
this.currentFeatures.attributes.ADDRESS;
this.currentFeatures.attributes.Parcel_ID;
I have to list all the field names individually, I have a long list of the field name. Is there a easy way get the field name and attribute info all together within a for loop?
Thanks