PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Timesys() not workin on Galaxy S4
Timesys() not workin on Galaxy S4
Iniciado por Homero Montemayor, mai., 01 2014 9:03 PM - Sem resposta
Publicado em maio, 01 2014 - 9:03 PM
Hello Fellows, I have an app that opens a child window to update a record. The fields I need to update are the arrival date and time and I am trying to populate the phone's date and time so that the user just confirms by clicking the OK button.
I have the following code on the global declarations of the child window:
if edt_arrivalDate="" then edt_arrivalDate=datesys()
if edt_arrivalTime="" then edt_arrivalTime=timesys()

They both work on the computer with the simulator but the time does not work on the Galaxy device when deployed, it shows zeroes. I try moving the settings of 12 or 24 hrs on the Galaxy but still does not work.

Any idea what can be causing this?

Thanks in advance,

Homero.