FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ERROR PREVIEW copnverte into EXCEL
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
ERROR PREVIEW copnverte into EXCEL
Posted: Sat Oct 31, 2015 11:38 AM

Application

Path and name: C:\Documents and Settings\Administrator\Desktop\Orario\Main.Exe (32 bits)
Size: 6,509,568 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20140725)
FiveWin Version: FWHX 15.01
Windows version: 5.1, Build 2600 Service Pack 3

Time from start: 0 hours 9 mins 44 secs
Error occurred at: 31-10-2015, 12:40:59
Descrizione errore: Error BASE/1124 Parametro errato: LEFT
Args:
[ 1] = B {|| ... }
[ 2] = N 1

Stack Calls

Called from: .\source\function\OLEFUNCS.PRG => DBF2EXCELNUMFORMAT( 209 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOEXCEL( 7353 )
Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE:REPORT( 7254 )
Called from: .\source\classes\REPORT.PRG => TREPORT:TOEXCEL( 2018 )
Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:TPREVIEW( 86 )
Called from: => TPREVIEW:EXPORTTOMSEXCEL( 0 )
Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:BUILDBUTTONBAR( 381 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 534 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 762 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1723 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 1533 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3450 )

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: ERROR PREVIEW copnverte into EXCEL
Posted: Mon Nov 02, 2015 04:32 PM
Please try changing this line
Code (fw): Select all Collapse
            cFormat     := Dbf2ExcelNumFormat( oCol:cEditPicture )

as
Code (fw): Select all Collapse
            cFormat     := Dbf2ExcelNumFormat( XEval( oCol:cEditPicture ) )
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion