After the update to Scriptcase Latest version, I am facing a bug in TIME type field.
TIME field always give me value = 1900-01-01 instead of the entered time in the input.
Please help!!
After the update to Scriptcase Latest version, I am facing a bug in TIME type field.
TIME field always give me value = 1900-01-01 instead of the entered time in the input.
Please help!!
They completely ignore it. This function is elementary for my application because working times are recorded
Hope this helps in meantime.
Gunter Eibl
It is a new bug only introduced in the latest update. Suggest AVOID recompiling any applications that use TIME fields until it is fixed because it breaks them and causes them not to work
I have reported as a support ticket to Scriptcase and tehy seem to be taking it seriously.
I noticed that there are also problems with the date field. I changed the format of the date and time field to “Number” and it works. This workaround helps me calculate the working hours, but it is not a solution to the real problem.
what I do…
I have a control app that reads the data of the event (onLoad) to be copied and fills all defined fields with this data. Now the user can make changes. OnValidateSuccess I calculate then the StartDate- / StartTime and EndDate- / EndTime and insert the new entry. If something goes wrong here, we know how sensitive the calendar is!!