I'm seen an error when exporting from xbrowse using :ToExcel(). Error text is:
- Code: Select all Expand view
- Error Excel.Application.ACTIVESHEET/424 Unknown error: CELLS
...
Stack-List
Called by TXBROWSE:TOEXCEL(6935)
Any ideas?
Thank you,
Reinaldo.
Error Excel.Application.ACTIVESHEET/424 Unknown error: CELLS
...
Stack-List
Called by TXBROWSE:TOEXCEL(6935)
oSheet:Cells( nPasteRow, 1 ):Select()
[ 1 ] = N 353213
ferase( 'x.log' ) // INSERTED
logfile( 'x.log', { nRow, nPasteRow, nDataRows } ) // INSERTED
do while nRow <= ( nDataRows + 1 ) .and. lContinue
if ! Empty( cText )
cText += CRLF
endif
cText += ::ClpRow( .t., aCols )
lContinue := ( ::Skip( 1 ) == 1 ) // Eval( ::bSkip, 1 )
nRow ++
if nRow % 1000 == 0 .or. nRow > 353000 // INSERTED
logfile( 'x.log', { nRow, nPasteRow, nDataRows } ) // INSERTED
endif // INSERTED
bKeyCount() might be the problem here as it might not be respecting filters ...?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Antonio Linares and 87 guests