PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM21 IOS table control date
WM21 IOS table control date
Iniciado por guest, 02,sep. 2016 01:59 - 2 respuestas
Publicado el 02,septiembre 2016 - 01:59
Hello All,

I am just starting with IOS and noticed my dates in a table are not right.

No mater how many rows the last row displays correct all others __/__/0020

Table control is linked to a variable structured array loaded with a query.

DW
Publicado el 02,septiembre 2016 - 12:58
Hi

remember that mobile is less mature than windev, and IOS less mature than android...

So instead of the fancy "...linked to a variable structured array loaded with a query.", why don't you try to link directly to the query, just to see if the problem is coming from the array linkage

Best regards
Publicado el 03,septiembre 2016 - 14:33
Hi

I have no issue but I put display mask of dateControl field to MM/DD/YYYY and
so does dateTime col in tableControl.

Did you change the tableColumn type from text to date/ datetime?

HTH

King