PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → export to excel
export to excel
Iniciado por guest, 03,feb. 2018 09:41 - No hay respuesta
Publicado el 03,febrero 2018 - 09:41
Hi all

I need to export a stock file to excel and one field might be picture.

All the data is being exported to excel except the picture.

There must be some 'special' way to export these.

This is the code I am using.

IMG_Tempimage = QRY_GetallStockCards.LargePicture
StockXls[nLineNo,"C"]= IMG_Tempimage


any help appreciated.

Thanks
Noel