I will apreciate if somebody can help me with the code on event onAfterUpdate
When I exec this code, just insert one row, but I need to insert all rows from form.
Thank you in ADVANCE
BERNARDO
My code.
$respuesta = {respuesta};
$sql = “INSERT INTO resultado_encuesta (nota_1)
VALUES (’$respuesta’)”;
sc_exec_sql($sql);
sc_commit_trans();
sc_redir(form_item_encuesta1);