Can't save records

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
cesteban
Veteran Member
Posts: 55
Joined: 2018-04-18 09:56

Can't save records

Post by cesteban » 2025-06-11 15:41

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?

User avatar
cesteban
Veteran Member
Posts: 55
Joined: 2018-04-18 09:56

Re: Can't save records

Post by cesteban » 2025-06-11 16:57

I already checked well and it's only on one table

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1944
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Can't save records

Post by jsetzer » 2025-06-11 19:20

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)?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

Post Reply