FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with Excel
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Problem with Excel
Posted: Wed Sep 19, 2018 05:03 PM
After conversion of a Xls file I tried to open Excel and Excel sad me the xls file is open on another application... why ?

I made:

Code (fw): Select all Collapse
 oRange := GetExcelRange(cFileXls , , @lOpened)
FW_ExcelToDBF( oRange, nil, .t. )
oRange := NIL


I must close the xls file also ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Problem with Excel
Posted: Wed Sep 19, 2018 08:39 PM

Try this :

oRange:WorkSheet:Parent:Close()

Marc Venken

Using: FWH 23.08 with Harbour

Continue the discussion