Hi,
I created a form for add data to a DB (insert, not update). And, i click on “INSERT”, but nothing happen… what i make wrong?
THanks!
Hi,
I created a form for add data to a DB (insert, not update). And, i click on “INSERT”, but nothing happen… what i make wrong?
THanks!
[QUOTE=adorni;37348]Hi,
… what i make wrong?
[/QUOTE]
I have no idea, what did you do?
To get started, go to Application -> Settings -> Error Settings and turn on Debug Mode to see what SQL statement is created.
jsb
If you click on insert you have to commit your data, so after entering it you need to click on it again. It will be added and a new blank form is shown.
He already solved this issue in the spanish forum.
Regards