Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to run Excel in VFP9 in different version of Win OS?
Message
From
27/06/2007 02:30:10
 
 
To
27/06/2007 00:58:56
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01235914
Message ID:
01235918
Views:
14
>Hi,
>I have a vfp9 application run on different verstion of
>windows OS (WIN 98, WIN 2K, WIN XP), I want to call Excel
>in the application.
>How can I locate the Excel application in different version of Windows ?
>
>Please advise.
TRY
  oExcel = CREATEOBJECT([Excel.Application])
CATCH
   MessageBox([There is no EXCEL installed])
ENDTRY
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform