Hi everybody,
I'm performing some queries on a features layer and I'm getting some results, using esri.tasks.QueryTask()
through the calling of queryTask.execute(query, showResults). Where queryTask is the QueryTask() object and query is the esri.tasks.Query() object 🙂
showResults is a function to which is passed by default a parameter containing all query records results, how can I pass to it more than only this parameter?
I'll be glad to you for your reply,
Bye bye.