FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse :ToExcel error
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
xBrowse :ToExcel error
Posted: Thu Apr 18, 2013 08:55 AM

Hi all,
the following error appear exporting using the xbrowse method :ToExcel() with Excel 2003.
error excel application/1 language settings

I'm using FWHx 12.12 and xHarbour 1.2.1

Any ideas ? Thanks in advance.

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse :ToExcel error
Posted: Thu Apr 18, 2013 02:37 PM
Can you please test this program on the PC where Excel 2003 is installed?
Code (fw): Select all Collapse
function ExcelTest()

   local oExcel, nLangID

   oExcel   := ExcelObj()
   if oExcel == nil
      ? 'Excel not loaded'
   else
      nLangID := oExcel:LanguageSettings:LanguageID( 2 )
      ? nLangID
   endif

return nil

Please let us know the result.
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion