|
I'm using the function CreateEditorByQuery whith an easy query whit GROUP BY
clause
In the Maptitude Help there is an clear example about this function whit
GROUP BY clause but the program gives me an error when I execute this
function ("Sorry, the program referenced memory illegally")
I'm sure that the query is ok. If I remove the Group By clause the function
works well, but I need to group the information.
Here is the function and query
query= "select CamionAdministrativo_Descripcion where reparto>0 Group by
CamionAdministrativo_Descripcion"
CreateEditorByQuery("Camiones",query,)
I hope my explanation is clear for you...
Thanks for your help
Ariana Paula Placeta
(Diseño y análisis)
|