Page 1 of 1

Can't save records

Posted: 2025-06-11 15:41
by cesteban
Hi,
I'm developing a new app, but when I test it, when I enter new records in the details view and press the SAVE button, it remains disabled but doesn't save the record; it doesn't do anything.

I've already checked the folder permissions, but they're fine.

Any suggestions?

Re: Can't save records

Posted: 2025-06-11 16:57
by cesteban
I already checked well and it's only on one table

Re: Can't save records

Posted: 2025-06-11 19:20
by jsetzer
Without knowing your code: there may be a javascript error which may stop execution (and perhaps does not re-enable the Save button after pre-save-validation).

Did you check for javascript errors in console tab of browser's developer tools (F12)?