Servoy 3.0 Beta 2

Hi Johann

See attached the situation of the error occuring at the newRecord statement. I found it also occurs with the controller.setSelectedIndex( i ); or controller.setSelectedIndex( ++i ); statement, which is even more strange.

Best regards, Robert

PS: I am feeling stupid, but I can’t find the button to upload an image any more, only when I open a new thread in this list.

jcompagner:
Robert,
can you make a case where i can see a newRecord immediantly saving the the record even if you don’t call saveData() or change to another form anywhere?

NewRecord shouldn’t save
You can go around that completely now by using databasemanager.autosave = false;