SmartClient Version: v12.1p_2023-06-06/AllModules Development Only (built 2023-06-06)
Chrome and FF on MacOS Ventura 13.4
Hello, please modify the showcase sample https://www-demos.smartclient.com/sm...jdbcOperations
like this:
in my time zone (GMT+2), if I change the time, setting it one hour earlier (ie 13:30), and tab out, the changed is not fired.
After that, with every other change seems to work.
Chrome and FF on MacOS Ventura 13.4
Hello, please modify the showcase sample https://www-demos.smartclient.com/sm...jdbcOperations
like this:
Code:
isc.DynamicForm.create({ ID: "form", dataSource:"lastUpdated", items:[ {name:"lastUpdatedTime", type:"time", changed:"isc.logEcho('changed')"} ] }); form.editNewRecord({lastUpdatedTime: new Date('2023-05-05T14:30:00')})
After that, with every other change seems to work.
Comment