Search found 105 matches: tocalc

Return to advanced search

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... Class TXBrowse, thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler is used to Create an Excel Object Method ToExcel() Line 4834 Method ToCalc() Line 5074 Fuction SetExcelLanguage() Line 5869 2) Value of the Static Variable nxlLangID set to 0 in ToCalc() Line 5042 3) Value of the Static ...
by Horizon
Tue Nov 01, 2022 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 813

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... Class TXBrowse, thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler is used to Create an Excel Object Method ToExcel() Line 4834 Method ToCalc() Line 5074 Fuction SetExcelLanguage() Line 5869 2) Value of the Static Variable nxlLangID set to 0 in ToCalc() Line 5042 3) Value of the Static ...
by karinha
Tue Nov 01, 2022 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 813

Re: XBrowse a Excel o a Calc

... entonces después de definir XBrowse debo indicar: If lQuieroCalc bDummyBloc := { | oBrw, bProgress, nGroupBy, aCols | ( oBrw:bToExcel := Nil, oBrw:ToCalc( bProgress, nGroupBy,,, aCols ), oBrw:bToExcel := bDummyBloc ) } oMiwBrowse:bToExcel := { | oBrw, bProgress, nGroupBy, aCols | ( oBrw:bToExcel ...
by FiveWiDi
Sat Sep 10, 2022 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse a Excel o a Calc
Replies: 3
Views: 261

Re: XBrowse a Excel o a Calc

Puedes usar el medoto ToCalc oBrw:ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs, aCols ) Gracias César, pero no es esto lo que persigo. Cuando en un XBrowse pulsas el botón derecho en una celda, se muestra un menú popup que ...
by FiveWiDi
Sat Sep 10, 2022 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse a Excel o a Calc
Replies: 3
Views: 261

Re: XBrowse a Excel o a Calc

Puedes usar el medoto ToCalc
Code: Select all  Expand view
oBrw:ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs, aCols )
by cmsoft
Sat Sep 10, 2022 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse a Excel o a Calc
Replies: 3
Views: 261

Leer datos de Open/Libre Office

Buenas amigos, me surgió la necesidad de importar datos desde una hoja de cálculo de Open Office.
Estuve viendo el uso en la exportación ::Tocalc() de Xbrowse pero, antes de reinventar la rueda, pregunto si hay algo ya hecho....

Gracias!
by AngelSalom
Wed Apr 21, 2021 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer datos de Open/Libre Office
Replies: 5
Views: 520

Xbrowse ToExcel ToCalc

Hola, Con Xbrowse intento exportar a formato Calc de LibreOffice o Xls de Excel con las instrucciones Obrw:ToCalc() o Obrw:ToExcel(). Depende de la cantidad de decimales de los campos me da el error "could not set format #,##0.00000 to Column N" y en la hoja exportada ...
by Jorge_T
Wed Sep 16, 2020 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToExcel ToCalc
Replies: 0
Views: 294

Re: Xbrowse ToCalc() ToExcel() formatos numericos

Hola, sigo sin encontrar la solución con Xbrowse.... con la clase TFileXls no funcionan los pictures pero por lo menos respeta los campos numéricos, sin embargo con TFileXls no respeta los formatos de fecha. La configuración regional de Windows 10 es Español/España, igual en configuración de idioma ...
by Jorge_T
Mon Mar 30, 2020 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToCalc() ToExcel() formatos numericos
Replies: 1
Views: 583

Re: Xbrowse ToExcel() - Xbrowse ToCalc()

... xbrowse to calc or excel. Thank you Hi, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives me the error "could ...
by Jorge_T
Sun Mar 29, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 552

Xbrowse ToExcel() - Xbrowse ToCalc()

Hi, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives me the error "could not set ...
by Jorge_T
Thu Mar 26, 2020 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 552

Re: fwnumFormat ( where is the documentation ?)

... coded picture formats. Hi Mr. Nages, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the instructions Obrw: ToCalc () or Obrw: ToExcel (). I use xbrNumFormat( "E", .t. ) but depends on the number of decimals of the fields it gives me the error "could ...
by Jorge_T
Wed Mar 25, 2020 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwnumFormat ( where is the documentation ?)
Replies: 7
Views: 870

Xbrowse ToCalc() ToExcel() formatos numericos

Hola, Con Xbrowse intento exportar a formato Calc de LibreOffice o Xls de Excel con las instrucciones Obrw:ToCalc() o Obrw:ToExcel(). Depende de la cantidad de decimales de los campos me da el error "could not set format #,##0.00000 to Column N" y en la hoja exportada ...
by Jorge_T
Sun Mar 22, 2020 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToCalc() ToExcel() formatos numericos
Replies: 1
Views: 583

Re: xbrowse function toCalc

thank you anserkk, I'll try your example
by damianodec
Tue Nov 13, 2018 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse function toCalc
Replies: 2
Views: 892

Re: xbrowse function toCalc

...       aData:={ {"F305", "73.0024.61,7", 368 } }        DEFINE DIALOG oDlg TITLE "Test ToCalc" SIZE 350,200 PIXEL TRUEPIXEL           @50,01 XBROWSE oBrw SIZE -0,-0 PIXEL OF oDlg STYLE 2013 UPDATE  ;                DATASOURCE aData ...
by anserkk
Wed Nov 07, 2018 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse function toCalc
Replies: 2
Views: 892

xbrowse function toCalc

hi, I have this xbrowse: http://i.imgur.com/APp21O5.jpg I try to export in Excel(obrw:toexcel) and OpenOffice (oBrw:tcalc()). in Excel it's ok: http://i.imgur.com/sOmjG0B.jpg but in Calc I get this: http://i.imgur.com/VpyQD4X.jpg column ARTICOLO become...
by damianodec
Mon Nov 05, 2018 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse function toCalc
Replies: 2
Views: 892
Next

Return to advanced search