I have a field in a datetime type datawindow with mask: dd-mm-yyyy hh: mm and when the update of the datawindow is done it gives the error of the image.
Why is this happening?
I have a field in a datetime type datawindow with mask: dd-mm-yyyy hh: mm and when the update of the datawindow is done it gives the error of the image.
Why is this happening?
Hi Frank,
Thanks for reporting this problem! We reproduced it on our end. If everything goes well, this issue will be fixed in the PowerServer 2020 EBF which is planned to be released within the first quarter of 2021.
At this moment, please temporarily work around this issue by changing the language to English on mobile device.
Regards,
ZhaoKai
Hi Frank;
Can you tell us ...
Regards ... Chris
Hi Frank,
Besides what Miguel has mentioned, you might also want to make sure that you are not using a datetime2 data type when you actually only need a datetime data type.
Regards,
Because there's no way implicit conversion can make a valid date(time) from you invalid date in string format:
2021-00-08 ...
00 is not a valid month.
Also, maybe you are using a different dateformat in your windows when compared to the database settings on the server.
regards