Hi Mike,
I have seen this happen when the process variable is declared within the
scope of a method. For instance:
<%
method "declare stuff"
ARRAY LONGINT(myArray;0)
append to array(myArray;99)
end method
declare stuff ` call "declare stuff"
Query for array(->[Surveys];->[Surveys]SurveyID;->myArray;"") ` this is
a method in a compiled 4D database.
%>
This will throw the "Unable to convert this pointer to a compiled
pointer" error when I execute it.
- Clay
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/