Hello,
SC7 use, and I’m correcting a form that was already in production.
This modification was to add a date field, but it does not work normally.
If I run it only works, but if I run it from the system menu does not work.
Of the things that do not work,
-
does not perform an insert into another table at the “onAfterinsert”
-
in a select of a field does not where:
SELECT local_id, local_descripcion
FROM table
WHERE local_estado = 0
ORDER BY local_ubicacion
also publish it to see if it worked, but not …
I do not know what happens and I fear having to make corrections and does not work properly.