PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → TableToExcel sets values ??to zero when it is not [Windev23]
TableToExcel sets values ​​to zero when it is not [Windev23]
Iniciado por d_j_teixeira, 20,ago. 2020 10:20 - No hay respuesta
Publicado el 20,agosto 2020 - 10:20
Hi.
I'm exporting to Excel from a table and in some places zero appears when that is not the real value.
That values appears when I select "number" format for the column in the "table description",, but if I choose "text" the value exported is the correct one. I want that excel exported have the number format for the column.
I'm using:
TableVersExcel(TABLE_, ReportName, taTitreColonnes)

In windev15 it's working well but for windev23 no.
Someone have the same error or have a solution for the windev23 problem?

thank you