ggreen86 / XLSX-Workbook-Class

VFP Class to Create an XLSX Workbook without Excel Automation or Installed
45 stars 16 forks source link

can you please clarify? #25

Closed SeregaKR closed 5 years ago

SeregaKR commented 5 years ago

Hello. Now I try running my FoxPro program under WINE in Linux. Practically everything works fine but I encounter problem (OLE error 0x80004001) when using SavetabletoworkbookEx function. During debugging I found that everything works until the program calls removeworkingdirectories procedure at the line : llReturn = IIF(apiRemoveDirectory(tcDir) != 0, True, False) Can you please clarify, this procedure deletes some temporary folders? This clarification will be very helpful so I will know where to start digging.