Search found 48 matches: worksheet

Return to advanced search

Re: EXCEL CREATE HYPERLINK

When I click on cell from the worksheet named "MASTER" that has a hyperlink to another cell in "DETAILS" worksheet I found the cell in the bottom of the video. This almost always happens. Is it possible to scroll the ...
by MarcoBoschi
Tue Apr 02, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 757

Re: Help splitting up a character address string

Very interesting and fascinating. If you ask "... And fivewin" then the answer is very different: To convert an Excel worksheet containing addresses with columns for Street, City, State, and Zip to a SQL table using Harbour and FiveWin, you can follow these steps: 1. Load the ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 633

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

... occurred at: 01/08/2023, 00:47:35 Error description: (DOS Error -2147352567) WINOLE/1007 Impossibile trovare la proprietà Paste per la classe Worksheet. (0x800A03EC): Microsoft Excel Stack Calls =========== Called from: => TOLEAUTO:PASTE( 0 ) Called from: prog\xBrowse.prg => TXBROWSE:TOEXCEL( ...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 254

Re: De Excel a MySql

Code: Select all  Expand view
oRange:Parent:Parent:Close( .f. )


oRange:Parent --> oSheet
oRange:Worksheet --> oSheet
oSheet:Parent --> oWorkBook
by nageswaragunupudi
Wed Jul 19, 2023 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De Excel a MySql
Replies: 7
Views: 294

Re: Fivewin and ADO

the *.XLSx was about 17000 x 11 My sample with 100,000 rows and 21 columns ( A to U ) is working. I opened the Worksheet in excel and then executed this one line code:   XBROWSER GetExcelRange() FASTEDIT  https://imagizer.imageshack.com/v2/xq70/922/lj3Msn.png
by nageswaragunupudi
Tue Jun 13, 2023 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3838

Excel and FiveWin

Hello,

I'm very sorry but I might have asked this question before. Unfortunately I can't find it anymore.

But can someone tell me how to add or delete lines in an Excel worksheet?

Thank you very much in advance for any help.
by driessen
Mon May 08, 2023 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel and FiveWin
Replies: 3
Views: 224

Playing with XBROWSE

... a.) Dbf2HTML( cPath + cFile, cAlias ) b-) oBrwDBF:ToExcel() Error description: (DOS Error -2147352567) WINOLE/1007 Die Paste-Eigenschaft des Worksheet-Objektes kann nicht zugeordnet werden. (0x800A03EC): Microsoft Office Excel Stack Calls =========== Called from: => TOLEAUTO:PASTE( 0 ) ...
by Jimmy
Thu Apr 06, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 472

Error en oBrw:ToExcel()

... 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
by acuellar
Mon Jul 25, 2022 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en oBrw:ToExcel()
Replies: 0
Views: 208

Error en oBrw:ToExcel()

... 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
by acuellar
Mon Jul 25, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error en oBrw:ToExcel()
Replies: 3
Views: 300

Re: Leer Excel grande a un array o DBF

... FW_ExcelToDBF() --> lSuccess Writes the contents of excel range to default alias. Parameters: 1. [oRange] Defaults to used range in active worksheet if already open by the user. 2. [cFieldList] a) NIL: ( i) If range has headers in first row: Copies contents of each column to the field whose ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 784

Re: FW_ExcelToDBF to be extended (enhanced)

... FW_ExcelToDBF() --> lSuccess Writes the contents of excel range to default alias. Parameters: 1. [oRange] Defaults to used range in active worksheet if already open by the user. 2. [cFieldList] a) NIL: ( i) If range has headers in first row: Copies contents of each column to the field whose ...
by nageswaragunupudi
Tue Mar 09, 2021 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 841

Copy Complete sheet op excel to another workbook

Hi, I want to open 2 excel-files, and want to copy a complete worksheet to the other excel-file. How can I do this? One excel is object oExcel, the other oExcelInput with this code I can copy it       oExcelInput:Sheets(oExcelInput:Worksheets( ...
by Marc Vanzegbroeck
Wed Jan 20, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Complete sheet op excel to another workbook
Replies: 9
Views: 607

Re: Printer class question

... 60 printouts, and they can be quite different. Each has it's own .prg. For example, on any workorder, there are 3 options: Estimate, Invoice, and Worksheet. So in one .prg, as it goes through the process I mentioned earlier, it may print different data or formats. How does it know ? You can use ...
by Silvio.Falconi
Fri Oct 23, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3445

Re: Printer class question

... 60 printouts, and they can be quite different. Each has it's own .prg. For example, on any workorder, there are 3 options: Estimate, Invoice, and Worksheet. So in one .prg, as it goes through the process I mentioned earlier, it may print different data or formats. How does it know ? You can use ...
by TimStone
Wed Oct 21, 2020 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3445

Error xbrowse --> excel

... occurred at: 02/10/2020, 12:01:56 Error description: (DOS Error -2147352567) WINOLE/1007 Impossibile trovare la proprietà Paste per la classe Worksheet. (0x800A03EC): Microsoft Excel Stack Calls =========== Called from: => TOLEAUTO:PASTE( 0 ) Called from: .\source\classes\XBROWSE.PRG => ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 546
Next

Return to advanced search

cron