Hi everybody.
I am having a problem using DrXlsx library, when the name of folder contains accent, file is not created, as folow sample:
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 ...
Search found 44 matches: announcing
Searched query: announcing
- Thu Aug 08, 2024 12:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
- Thu Aug 08, 2024 12:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
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)
- Sun Nov 19, 2023 5:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
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.
- Sun Nov 19, 2023 3:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Source code for DrXlsx libraries is not made available.
- Sun Nov 19, 2023 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Can I see the source code of DRXLSX32X_BCC.LIB?
- Sun Nov 19, 2023 10:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Hola buenos días para todos
Acabamos de descargar la nueva distribución de xharbour para Borland 770 y tambien la distribución de borland 770. Al intentar compilar la aplicación, nos sale el siguiente error:
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
C ...
Acabamos de descargar la nueva distribución de xharbour para Borland 770 y tambien la distribución de borland 770. Al intentar compilar la aplicación, nos sale el siguiente error:
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
C ...
- Mon Oct 16, 2023 1:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
FONT no funciona?
FUNCTION Hello()
LOCAL cXlsxFile := "Test.xlsx"
LOCAL oXlsx := TDrXlsx():New()
DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 00, -28 BOLD // no funciona?
oXlsx:CreateFile( "test.xlsx" )
oXlsx:WriteString( 0, 0, "안녕하세요",, oFont )
oXlsx:WriteString( 1, 0, "Hello ...
FUNCTION Hello()
LOCAL cXlsxFile := "Test.xlsx"
LOCAL oXlsx := TDrXlsx():New()
DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 00, -28 BOLD // no funciona?
oXlsx:CreateFile( "test.xlsx" )
oXlsx:WriteString( 0, 0, "안녕하세요",, oFont )
oXlsx:WriteString( 1, 0, "Hello ...
- Sun Oct 15, 2023 6:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Thanks mister Rao. Perfect!
// C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages, Moidified: 15/10/2023 Joao.
#include "FiveWin.ch"
#include "DrXlsx.ch"
#ifdef __XHARBOUR__
#xtranslate hb_DateTime( [<x,...>] ) => DateTime( <x> )
#endif
REQUEST DBFCDX
FUNCTION Main()
// SET DATE FORMAT "YYYY ...
// C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages, Moidified: 15/10/2023 Joao.
#include "FiveWin.ch"
#include "DrXlsx.ch"
#ifdef __XHARBOUR__
#xtranslate hb_DateTime( [<x,...>] ) => DateTime( <x> )
#endif
REQUEST DBFCDX
FUNCTION Main()
// SET DATE FORMAT "YYYY ...
- Sun Oct 15, 2023 4:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
If so, how do I trigger Excel to open the: testsayx.xlsx
Code: Select all | Expand
ShellExectute( 0, "Open", cXlsxFile )
- Sun Oct 15, 2023 12:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Master Nages, is this correct? If so, how do I trigger Excel to open the: testsayx.xlsx
Maestro Nages, ¿es esto correcto? Si es así, ¿cómo hago para que Excel abra: testsayx.xlsx
// C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages,
#include "FiveWin.ch"
#include "DrXlsx.ch"
#ifdef __XHARBOUR ...
Maestro Nages, ¿es esto correcto? Si es así, ¿cómo hago para que Excel abra: testsayx.xlsx
// C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages,
#include "FiveWin.ch"
#include "DrXlsx.ch"
#ifdef __XHARBOUR ...
- Sat Oct 14, 2023 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Hola buenos días para todos
Estamos terminando de implementar la clase del maestro Charles en algunos de nuestros informes, ya logramos crear los archivos de Excel, ahora requerimos poder cambiar los colores de las fuentes y el color de fondo de la celda, estuvimos revisando en la documentación que ...
Estamos terminando de implementar la clase del maestro Charles en algunos de nuestros informes, ya logramos crear los archivos de Excel, ahora requerimos poder cambiar los colores de las fuentes y el color de fondo de la celda, estuvimos revisando en la documentación que ...
- Fri Oct 13, 2023 9:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
It works fine now!nageswaragunupudi wrote:please try adding this lib also to your link-script
\xharbour\lib\hbmzip.lib
Thank you Mr. Nages
- Fri Oct 13, 2023 3:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
please try adding this lib also to your link-script
\xharbour\lib\hbmzip.lib
\xharbour\lib\hbmzip.lib
- Fri Oct 13, 2023 12:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
Thanks Mr Antonio e Mr Nages.
for these errors:
Error: Unresolved external '_HB_FUN_HASTIMEPART' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_HEVAL' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB ...
for these errors:
Error: Unresolved external '_HB_FUN_HASTIMEPART' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_HEVAL' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB ...
- Fri Oct 13, 2023 9:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 13566
Re: Announcing DrXlsx 1.0 by Charles Kwon
for these errors:
Error: Unresolved external '_HB_FUN_HASTIMEPART' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_HEVAL' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_TTOS' referenced from D:\TOOLS ...
Error: Unresolved external '_HB_FUN_HASTIMEPART' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_HEVAL' referenced from D:\TOOLS\DRXLSX\DRXLSX32X_BCC.LIB|TDrXlsx
Error: Unresolved external '_HB_FUN_HB_TTOS' referenced from D:\TOOLS ...