I am new to ScriptCase, I need help!
In a form with a button run the following PHP method
sc_begin_trans(“conn_semaforo”);
srand(mktime());
$Tock = rand();
$sql_Semaforo = “INSERT INTO PF900 (ID,TOCK) VALUES(NULL,’”.$Tock."’)";
sc_exec_sql($sql_Semaforo,“conn_semaforo”);
sc_commit_trans(“conn_semaforo”);
That gives me the following error
Error
Undefined property: form_PF052_ini::$nm_bases_access
in_array() expects parameter 2 to be array, null given
I will appreciate help!!