I have my dbf whit this field:
Code: Select all
...
DbCreate( "IMPLIG", { { "ARTIC" ,"C", 15, 0 },;
{ "DESCR" ,"C", 35, 0 },;
{ "TIPO" ,"C", 1, 0 },;
{ "CORRE" ,"N", 13, 5 },;
...
but when I use FW_DbfToExcel()...
Code: Select all
oSheet := IMPLIG->( FW_DbfToExcel())
any help?
thank you