hi
i have this problem
in a field of a grid I added a ajax onclick evnet that contine the following functions:
sc_commit_trans (“connessione”);
sc_exec_sql (“UPDATE doc_container SET published = 2 WHERE id = {id}”);
sc_redir (http://www.xxx.dyndns.xxx/xxxxx/documenti.php?f1 dmfilename = {id});
the sql is never executed is that a bug?
thnks