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 Expand view
- if Len( cText ) > 16000
::oClp:SetText( cText )
oSheet:Cells( nPasteRow, 1 ):Select()
here-> oSheet:Paste()
Thank you.