after creating a new record all fields in the form do not show their values in smart client. They seem to be empty.
In the database I can see, that the fields are not null.
The values has been set by method. The method calls
- Code: Select all
databaseManager.saveData();
application.updateUI();
without any effect.
I only have that problem with MS SQL Server Express 2012. With PostgreSQL there is no problem.
I cannot change the DB system. I tried to change the driver; from jtds to MS SQL jdbc driver. But without effect.
Does anybody of you has an idea?
Servoy Server 8.2.2 -releaseNumber 3107
java.version=1.8.0_161
Thank you and regards
Christoph