Editable Grid Biew not working

I have about 12+ simple editable grid view Apps. All work fine except one. When I try to ADD RECORD it pops up a message (see below) and nothing else happens. Noe error, no messages, not way to add data cause fields do not show up. Tried everything possible and it all looks god but obviously something got screwed up.

[ATTACH=CONFIG]n69247[/ATTACH]

Any idea what could cause that ?

ARTHUR

EGV_not_working.png

OK, I got it fixed. Looks like the issue was with the table itself. I have to remove (TRUNCATE) records completely and not the App works fine. I hope this might help other with similar problem.

OK, just truncated the TABLE in a database and it all works OK. Perhaps this might help others in a future.

Also may help to someone else what happened to me: I’ve changed the Table Structure in MySQL and haven’t add the field in the SQL inside the Grid… (you have to do it manually…)

If you create a new field, in a grid, it must be add manually. in yor SQL.