PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Change Table.Column type to Checkbox or Image
[WD20] Change Table.Column type to Checkbox or Image
Iniciado por guest, 14,sep. 2017 19:36 - 2 respuestas
Publicado el 14,septiembre 2017 - 19:36
https://doc.windev.com/en-US/…

How do I set a column's type to checkbox or image by programming? The documentation above omits constants for other possible data types.
Publicado el 14,septiembre 2017 - 22:21
Hi Curtis,

I think that the checkbox "type" is in fact a numeric type with a different input mode or format.

To make sure, just create a table with a checkbox column and do an info of its inputtype property. Do the same for a numeric column and compare. If I'm right, then look what other property is different

Best regards
Publicado el 15,septiembre 2017 - 22:06
Good idea. It looks like the checkbox type is actually text (0). I need to keep digging through the other properties.