Search found 17 matches: ngroupby

Return to advanced search

Re: XBrowse a Excel o a Calc

... variable, si ésta indica que deseo con 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, ...
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

Strange result with Xbrowse and oBrw:toexcel

... ), oBrw:oCol( "Brandid" ), oBrw:oCol( "Benaming" ) } )  //METHOD ToExcel( bProgress, nGroupBy, aCols, lShow, cPDF, bPrePDF ) CLASS TXBrowse  set filter to  oBrw:refresh()return  I get a excel with the 3 columns = OK, but i also ...
by Marc Venken
Tue Jul 06, 2021 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange result with Xbrowse and oBrw:toexcel
Replies: 2
Views: 351

filas subtotalizadas en excel desde xbrowse

... llevarlo a excel y se vea subtotalizado, asi: https://i.postimg.cc/xNH3LZXD/excel.jpg No logro hacerlo, existe el parametro nGroupby del metodo toExcel pero no se como usarlo, uso fwh 17.12 Otra opcion seria usar el metodo subtotal de la clase TexcelScript, alguien tiene ...
by artu01
Mon Nov 23, 2020 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: filas subtotalizadas en excel desde xbrowse
Replies: 0
Views: 426

Re: xbrowse and Excel

From wiki http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_txbrowse ToExcel XLS,PDF ( [bProgress], [nGroupBy], [aCols], [lShow], [cPDF], [bPrePDF] ) –> oSheet Exports contents of the browse to a new Excel Sheet and returns the sheet object. If Excel is not installed ...
by cnavarro
Sun Apr 01, 2018 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and Excel
Replies: 8
Views: 1501

New FTDN March/Marzo 2017 (FWH 17.03)

... saved by inline edit. - Enhanced: ToExce() method now exports Group Headers also if any - Export to PDF through Excel: METHOD ToExcel( bProgress, nGroupBy, aCols, lShow, cPDF, bPrePDF ) New 5th and 6th parameters pdffilename and an optional codeblock to evaluate prior to generation of pdf. This ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1507

Re: Formato de celda TOleAuto()

Puedes mirar el METHOD ToExcel( bProgress, nGroupBy, aCols ) CLASS TXBrowse
by cnavarro
Wed Apr 16, 2014 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Formato de celda TOleAuto()
Replies: 3
Views: 493

Re: xBrowse to Excel how to bring ON TOP ?

Richard, In class TXBrowse METHOD ToExcel( bProgress, nGroupBy, aCols ) ToTop is included, but Excel moves behind the window or dialog defined in class TXbrowse oExcel:ScreenUpdating := .t. oExcel:visible := .T. ShowWindow( oExcel:hWnd, 3 ) BringWindowToTop( ...
by ukoenig
Thu Jun 06, 2013 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse to Excel how to bring ON TOP ?
Replies: 8
Views: 2790

Re: xBrowse Excel only shown iconized ?

... Thank You very much. I will test it. In METHOD To Excel there is a BringWindowToTop, but doesn't work in my situation. METHOD ToExcel( bProgress, nGroupBy, aCols ) CLASS TXBrowse ... ... oExcel:ScreenUpdating := .t. oExcel:visible := .T. ShowWindow( oExcel:hWnd, 3 ) BringWindowToTop( oExcel:hWnd ...
by ukoenig
Wed Jun 05, 2013 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse to Excel how to bring ON TOP ?
Replies: 8
Views: 2790

Re: oBrw:ToExcel() error ACTIVESHEET:CELLS/0 S_OK: _FORMULA

... := left( uValue, 1 )            endif      end   endifreturn cListSeparator In class XBROWSE in method METHOD ToExcel( bProgress, nGroupBy, aCols ) CLASS TXBrowse i changed lines: if ! Empty( cxlSum ) cxlAggr := cxlSum with: if ! Empty( cxlSum ) // cxlAggr := cxlSum cxlAggr := ...
by avista
Mon May 07, 2012 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:ToExcel() error ACTIVESHEET:CELLS/0 S_OK: _FORMULA
Replies: 7
Views: 3431

Re: ToExcel() y Report() con xbrowse

Dear Mr.Ruben, oBrw:ToExcel() accepts the following parameters. ToExcel( bProgress, nGroupBy, aCols ) You can specify an array containing the column numbers and then pass as parameter to ToExcel() For eg. ToExcel(,,{1,2,5,6}) transfers only the column 1,2,5 and 6 ...
by ruben Dario
Thu Mar 18, 2010 7:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToExcel() y Report() con xbrowse
Replies: 9
Views: 1453

Re: ToExcel() y Report() con xbrowse

Dear Mr.Ruben,

oBrw:ToExcel() accepts the following parameters.
ToExcel( bProgress, nGroupBy, aCols )

You can specify an array containing the column numbers and then pass as parameter to ToExcel()

For eg.
ToExcel(,,{1,2,5,6}) transfers only the column 1,2,5 and 6 to Excel

Regards
Anser
by anserkk
Thu Mar 18, 2010 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToExcel() y Report() con xbrowse
Replies: 9
Views: 1453

Re: oBrw:ToExcel() doesn't runs with FWH9.10

Please substitute the present line 5993 in METHOD ToExcel( ... )
return ::ToCalc( bProgress, nGroupBy,, aCols )

as
return ::ToCalc( bProgress, nGroupBy,,, aCols )

One more comma is needed in the parameters.
by nageswaragunupudi
Wed Nov 04, 2009 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:ToExcel() doesn't runs with FWH9.10
Replies: 3
Views: 596

Re: New FTDN January/Enero 2009 (9.01)

... nHeaderType 0 = Normale '' 1 = of type + '' 2 = INIT |- '' 3 = END -| * Nuevo: Soporte de OpenOffice para XBrowse! Nuevo método ToCalc( bProgress, nGroupBy, nPasteMode ), este exporta datos del xBrowse a OpenOffice Calc (Hoja de cálculo de OpenOffice, similara a Excel de Microsoft). Gracias a Anser ...
by Antonio Linares
Fri Feb 06, 2009 7:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3054

Re: New FWH 9.01

Dear Mr.Antonio, * New: OpenOffice support for XBrowse! New METHOD ToCalc( bProgress, nGroupBy, nPasteMode ) exports data from xBrowse to OpenOffice Calc. Thanks to Anser! the following are the limitations as of now: 1) Group totals not implemented. 2) Another drawback ...
by anserkk
Tue Jan 27, 2009 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3633

New FTDN January/Enero 2009 (9.01)

... nHeaderType 0 = Normale '' 1 = of type + '' 2 = INIT |- '' 3 = END -| * New: OpenOffice support for XBrowse! New METHOD ToCalc( bProgress, nGroupBy, nPasteMode ) exports data from xBrowse to OpenOffice Calc. Thanks to Anser! the following are the limitations as of now: 1) Group totals not ...
by Antonio Linares
Mon Jan 26, 2009 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3054
Next

Return to advanced search