I have my dbf whit this field:
Code: Select all | Expand
...
DbCreate( "IMPLIG", { { "ARTIC" ,"C", 15, 0 },;
{ "DESCR" ,"C", 35, 0 },;
{ "TIPO" ,"C", 1, 0 },;
{ "CORRE" ,"N", 13, 5 },;
...
with this xbrowse:
![Image](https://i.imgur.com/dYjl1vV.jpg)
but when I use FW_DbfToExcel()...
Code: Select all | Expand
oSheet := IMPLIG->( FW_DbfToExcel())
I have this file excel but field artic is not char and loses initial zeros...
![Image](https://i.imgur.com/SnoGrWr.jpg)
any help?
thank you