new bug xBrowse ToExcel()
Posted: Wed Jan 01, 2020 1:56 pm
Event description: (DOS Problem -2147352567) WINOLE/1007 No se puede obtener la propiedad Paste de la clase Worksheet. (0x800A03EC): Microsoft Excel
Stack Calls
===========
Called from: => TOLEAUTO:PASTE( 0 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOEXCEL( 9880 )
Called from: .\source\function\XBROWSER.PRG => (b)XBROWSE( 176 )
Lines source\classes\xbrowse.prg
Thank you.
Stack Calls
===========
Called from: => TOLEAUTO:PASTE( 0 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOEXCEL( 9880 )
Called from: .\source\function\XBROWSER.PRG => (b)XBROWSE( 176 )
Lines source\classes\xbrowse.prg
Code: Select all
if Len( cText ) > 16000
::oClp:SetText( cText )
oSheet:Cells( nPasteRow, 1 ):Select()
here-> oSheet:Paste()