|
I believe you do. The Excel.application component is actually Excel itself, so there's no way to load it if it does not exist on the server.
Sent by Fox JW on 08/29/2002 09:04:42 PM:
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.
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?
|