Scv8 not insert records on form editable view app in table with numeric fields type.
Infinite loop, no errors message o script error to try insert new record,
TEST:
- create o modify a table with a field type numeric…
Example:
CREATE TABLE “TEST”
(
“ID” smallserial NOT NULL,
“IMPORTE” numeric(7,2),
CONSTRAINT “TEST_pkey” PRIMARY KEY (“ID”)
)
2. crearte form app grid editable view.
3. try insert record.