PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Timesys() not workin on Galaxy S4
Timesys() not workin on Galaxy S4
Débuté par Homero Montemayor, 01 mai 2014 21:03 - Aucune réponse
Posté le 01 mai 2014 - 21:03
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.