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