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
28/06/2007 08:22:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/06/2007 02:48:06
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:
01236237
Views:
20
>>Hi,
>>I just key in your code in my program.
>>
>>
>>
>>TRY
>>  oExcel = CREATEOBJECT([Excel.Application])
>>CATCH
>>   MessageBox([There is no EXCEL installed])
>>ENDTRY
>>oExcel.visuable = .t.
>>
>
>If you enter oExcel = CREATEOBJECT("Excel.Application") in the command window, does Intellisense "kick in" when you type oExcel and hit the "." key on the next line?

local oExcel as [Excel.Application]

and intellisense magic starts even w/o creation:) W/o that and just createobject(), newObject() it doesn't:(

Update: I stand corrected. I missed you were saying "command window". Yes it does then. Even with other objects I use command window to discover objects,child objects,properties etc which I don't know where to get documentation from:)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform