Can I see the source code of DRXLSX32X_BCC.LIB?
Can I see the source code of DRXLSX32X_BCC.LIB?
Source code for DrXlsx libraries is not made available.
So, how can I find the cause of the error? Only the author of that lib can do it.
cOld:= hb_cdpSelect("ESWIN") Â Â // ESWIN o Portuguese cdp
...
// your code
..
hb_cdpSelect(cOld)cFileXls := "d:\backups\onedrive\Area de trabalho\test.xlsx" //name of folder contais accent in "A", but i could'nt post here because page crashes when click submit.
oXlsx := TDrXlsx():New()
IF oXlsx:CreateFile( cFileXls ) <> 0 // here that is ok, it returns 0
  ? "Não foi possÃvel criar o arquivo, pode ser que esteja aberto em outro programa!"
  RETURN( .F. )
ENDIF
oXlsx:WriteString(0,0,"Testing)
 oXlsx:Close()
? File( cFileXls ) // .F. - The file was not created??