First, when I enter a number, Servoy understand the comma “5,23” but not the point “5.23”. When I enter “5.23” servoy return “5”. I know that some country use point to separate number’s unit , but in France ‘,’ and ‘.’ in number have the same signification.
Second problem, when I open 2 clients on the same record, when one client modify this record, the second client does’nt see the change.
I think the record is load in cache, but I’m not sure.
First, when I enter a number, Servoy understand the comma “5,23” but not the point “5.23”. When I enter “5.23” servoy return “5”. I know that some country use point to separate number’s unit , but in France ‘,’ and ‘.’ in number have the same signification.
You can override this behaviour in the preferences.
Second problem, when I open 2 clients on the same record, when one client modify this record, the second client does’nt see the change.
I think the record is load in cache, but I’m not sure.
You can end your script with a controller.saveData(). Only when really needed! But that will solve your issue…