Page 1 of 1

Error en oBrw:ToExcel()

Posted: Mon Jul 25, 2022 4:03 pm
by acuellar
Buenas tardes Estimados

Con Office 2021 me sale el siguiente error:
No se puede asignar la propiedad FreezePanes de la clase Window. (0x800A03EC): Microsoft Excel
TXBROWSE:TOEXCEL( 9335 )

Con Office 2019 me sale el siguiente error:
No se puede obtener la propiedad Paste de la clase Worksheet. (0x800A03EC): Microsoft Excel
TXBROWSE:TOEXCEL( 9241 )

Gracias por la ayuda

Re: Error en oBrw:ToExcel()

Posted: Mon Jul 25, 2022 6:43 pm
by Jimmy
hi,

which Version of FiveWin are you using :?:

Line 9241 or 9335, in Version 22.06, have nothing todo with Excel.

Code: Select all | Expand

9241          if ::lSqlRDD

9335                ::oSeek:SetPos( Len( ::cSeek ) + 1 )


---

how "big" (Row/Col) is your Excel Sheet ? more that 64 Kb ?

Re: Error en oBrw:ToExcel()

Posted: Mon Jul 25, 2022 6:55 pm
by acuellar
Thanks friend

FWH1804

9335 oWin:FreezePanes := .t. //I put it as a comment it passes

9241 oSheet:Paste() //This is the problem

Re: Error en oBrw:ToExcel()

Posted: Thu Jul 28, 2022 2:30 pm
by nageswaragunupudi
oSheet:Paste()


Try

Code: Select all | Expand

oBrw:lExcelCellWise := .t.