Hello.
i have a control application where in the onLoad event can’t manage to use the sc_exec_sql Macro.
when i use it always gives me a syntax error.
the syntax i am using is:
sc_exec_sql(“INSERT INTO indicators(calculation_date,eus1) VALUES($data_server,$eus1)”);
is there any error?
the two variables are declared before that.
is this macro supposed to work in the onLoad event of a control form application?
from the documentation can not be so sure.
Thank you