FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWin-Harbor Ole
Posts: 2
Joined: Sun Apr 22, 2012 03:12 PM
FiveWin-Harbor Ole
Posted: Wed Aug 22, 2012 10:32 AM

I use FiveWin1.92-Harbour.

Lib:
echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib + >> b32.bc
echo %hdir%\lib\rtl.lib + >> b32.bc
echo %hdir%\lib\vm.lib + >> b32.bc
echo %hdir%\lib\gtgui.lib + >> b32.bc
echo %hdir%\lib\lang.lib + >> b32.bc
echo %hdir%\lib\macro.lib + >> b32.bc
echo %hdir%\lib\rdd.lib + >> b32.bc
echo %hdir%\lib\dbfntx.lib + >> b32.bc
echo %hdir%\lib\dbfcdx.lib + >> b32.bc
echo %hdir%\lib\dbffpt.lib + >> b32.bc
echo %hdir%\lib\hbsix.lib + >> b32.bc
echo %hdir%\lib\debug.lib + >> b32.bc
echo %hdir%\lib\common.lib + >> b32.bc
echo %hdir%\lib\pp.lib + >> b32.bc
echo %hdir%\lib\codepage.lib + >> b32.bc

echo %bcdir%\lib\cw32.lib + >> b32.bc
echo %bcdir%\lib\import32.lib + >> b32.bc
echo %bcdir%\lib\psdk\odbc32.lib + >> b32.bc
echo %bcdir%\lib\psdk\nddeapi.lib + >> b32.bc
echo %bcdir%\lib\psdk\iphlpapi.lib + >> b32.bc
echo %bcdir%\lib\psdk\rasapi32.lib, >> b32.bc

code:
local oExcel, oBook
oExcel := CREATEOLEOBJECT( "Excel.Application" )
oExcel:Workbooks:Add()
oBook := oExcel:Workbooks:Open('Xls\Template\BilRacDo.xls', 0, .f., 5)

error:
Error description: Error BASE/1004 No exported method: WORKBOOKS

What's the matter?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWin-Harbor Ole
Posted: Wed Aug 22, 2012 01:47 PM

Mijol,

Your FWH and Harbour versions dont support that feature.

You have to use more recent versions.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2
Joined: Sun Apr 22, 2012 03:12 PM
Re: FiveWin-Harbor Ole
Posted: Fri Aug 24, 2012 09:17 AM

Thank you, which version?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWin-Harbor Ole
Posted: Fri Aug 24, 2012 11:48 AM

Mijol,

You could try with the free FWH 6.12 that we offer from our website www.fivetechsoft.com

but not sure if such version supports all that you need. Current version is 12.7, you can upgrade yours from www.fivetechsoft.com purchase section, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion