Date:  08/29/2002 09:04:42 PM Msg ID:  000852
From:  Fox JW Thread:  000848
Subject:  Re: OLE Automation
I got this error message :
 
"Class definition EXCEL.APPLICATION is not found."
 
at this line of my program :
 
loExcel = CREATEOBJECT("Excel.application")
 
Do I have to install a copy of the Excel into the webserver where FoxWeb is installed?

  
Sent by FoxWeb Support on 08/29/2002 12:22:11 PM:
FoxWeb scripts are hosted by the native VFP engine, so you have all of VFP's capabilities, including the ability to open Excel sheets.
 

FoxWeb Support Team
support@foxweb.com email

Sent by Fox JW on 08/29/2002 10:26:36 AM:
I need to let users to extract data from multiple worksheets into a dbf and display the data in the browser. Can I use OLE MS-Excel through FoxWeb? Any tips?