Dear all,
I’m trying to calculate values from database to update some data automatically, I mean without any field or input. In a grid, I create a field and put a icon that call a Control application, in the even “onScriptInit”, I run my validations, in two cases, I need to show errors (messages) and back to GRID application. In Control application, I tried with:
$salida = $_POST[‘nmgp_url_saida’];
sc_error_message($msg);
sc_error_exit($salida);
Is the only way that work, I mean, until show the error message, but is not possible that back to GRID application, appear that not found /app/$salida, I tried with print but appear that not found print $salida;…
Also, I tried with modal, but I can not close the modal window.
Some idea?
Thanks!