Search found 12 matches: clprow

Return to advanced search

Resuelto - Error en XBrowse? FWH 22.10

... D 01-01-2000 [ 2] = C [ 3] = C ; Stack Calls =========== Called from: => STRTRAN( 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CLPROW( 9843 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOWORD( 10460 ) El caso es que si lo exporto a Excel o OpenOffice el campo tipo ...
by FiveWiDi
Fri Dec 16, 2022 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resuelto - Error en XBrowse? FWH 22.10
Replies: 0
Views: 143

ERROR WITH XBROWSE : TOEXCEL

... Called from: => ALLTRIM(0) Called from: Lib\xbrowse.prg => TXBRWCOLUMN:CLPTEXT(11000) Called from: Lib\xbrowse.prg => TXBRWIN7:CLPROW(6149) Called from: Lib\xbrowse.prg => TXBRWIN7:TOEXCEL(6714) Called from: source\Rux.prg => (b)RUX(319)
by Silvio
Thu Apr 21, 2011 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH XBROWSE : TOEXCEL
Replies: 6
Views: 1369

error xbrowse toexcel

... ALLTRIM(0) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:CLPTEXT(11110) Called from: .\source\classes\XBROWSE.PRG => TXBRWIN7:CLPROW(6196) Called from: .\source\classes\XBROWSE.PRG => TXBRWIN7:TOEXCEL(6741) Called from: source\PLaboratori.prg => (b)LABORATORI(200)
by Silvio
Mon Feb 28, 2011 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error xbrowse toexcel
Replies: 0
Views: 251

Error en :ToExcel()

... [ 1] = D 23-10-2010 Stack Calls =========== Called from: => ALLTRIM(0) Called from: => TXBRWCOLUMN:CLPTEXT(7556) Called from: => TXBROWSE:CLPROW(4482) Called from: => TXBROWSE:TOEXCEL(4785) Called from: .\PROC9999.PRG => EXPORTAREXCEL(0) Called from: .\PROC1001.PRG => (b)TABLACRIAMANO(0) ...
by jll-fwh
Sun Oct 24, 2010 2:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en :ToExcel()
Replies: 2
Views: 632

xBrowse & Recordset related errors in FWH 9.06

... I understand that xBrowse expects the bStrData to be of character type and it tries to do Alltrim() (Line 9405) and StrTran() in the Method ClpRow() Line No. 5155 and errors out when the bStrData type is not of a character type Any help is appreciated. Regards Anser
by anserkk
Mon Aug 24, 2009 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & Recordset related errors in FWH 9.06
Replies: 3
Views: 933

Re: New FTDN January/Enero 2009 (9.01)

... transparentes sobre xBrowse (y con "bitmaps") con fondos. Gracias a Daniel García Gil! * Mejora: Algunos cambios en el método ClpRow( lFullRow) de la clase TXBrowse, gracias a Günther ! * Los cambios mas recientes de soporte de OpenOffice para XBrowse, gracias a Anser ! * Mejorado ...
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: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Hello, the changes of clprow are required:
If empty cells (especially if the first cell in row is empty, all the row is shift) or fields with CRLF in Text (memo)!
by byte-one
Tue Jan 27, 2009 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12971

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Mr.Stefan, I have changed the existing code of the Fuction PasteUnformattedText() to work with the new changes made in the Method ClpRow() in FWH 9.01 STATIC Function PasteUnformattedText(oCalc,oBook,oSheet,aCols) LOCAL oClipContType,oClipContent,oClip,cStr,i,nClipColNo LOCAL lFound,nRow,nCol,k,oCol ...
by anserkk
Tue Jan 27, 2009 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12971

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Mr.Stefan, Yes as doubted I find a change in the Method ClpRow This is the new version of ClpRow 9.01 if lFullRow for n := 1 to nLast if ! ::aCols[ n ]:lHide // if ! Empty( RetVal ) // RetVal += Chr( 9 ) // endif RetVal += ...
by anserkk
Tue Jan 27, 2009 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12971

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Mr.Stefan

Are you using xBrowse from FWH 9.01
I doubt that there is a change in the Method ClpRow of xBrowse in 9.01.

Please let me know.

Regards

Anser
by anserkk
Tue Jan 27, 2009 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12971

New FTDN January/Enero 2009 (9.01)

... to have bitmaps transparency over xBrowse (and with bitmap) brushed background. Thanks to Daniel Garcia Gil! * Enhancement: Some changes in METHOD ClpRow( lFullRow ) CLASS TXBrowse, thanks to Günther!
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

Re: mouse and xbrowse

... selected rows and method ::oCol( cHeader ) to get the data properties and another things of the cHeader object column Still exists the method ::ClpRow( lFullRow ) to copy the fully data of selected rows Any function for get data of selected row at xBrowse and put it into listbox... with ::add()
by JC
Tue Dec 30, 2008 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mouse and xbrowse
Replies: 2
Views: 457

Return to advanced search