Announcing DrXlsx 1.0 by Charles Kwon
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Announcing DrXlsx 1.0 by Charles Kwon
Can I see the source code of DRXLSX32X_BCC.LIB?
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Announcing DrXlsx 1.0 by Charles Kwon
Source code for DrXlsx libraries is not made available.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Announcing DrXlsx 1.0 by Charles Kwon
So, how can I find the cause of the error? Only the author of that lib can do it.
Re: Announcing DrXlsx 1.0 by Charles Kwon
Hi,
Please, try so:
Regards
Please, try so:
Code: Select all | Expand
cOld:= hb_cdpSelect("ESWIN") // ESWIN o Portuguese cdp
...
// your code
..
hb_cdpSelect(cOld)
Re: Announcing DrXlsx 1.0 by Charles Kwon
Hi everybody.
I am having a problem using DrXlsx library, when the name of folder contains accent, file is not created, as folow sample:
If I rename the folder, removing accent, works fine.
Anyone having same problem?
Thanks in advance.
I am having a problem using DrXlsx library, when the name of folder contains accent, file is not created, as folow sample:
Code: Select all | Expand
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??
Anyone having same problem?
Thanks in advance.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
Visual Studio 2019 / Xamarin / C#