Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to view an Excel worksheet?
Message
From
04/09/1997 03:44:55
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00048405
Message ID:
00048445
Views:
24
>What is the best way to view a spreadsheet? I'm currently using a "RUN" command followed by the file name but this displays the "Foxrun" command window (big black box).
>
>Is there another, more elegant way to do this?
>
>Thanks in advance

Hello,

Excel is an EXCELLENT OLE server (i have used it extensively).
Anything you do think of with Excel can be nicely requested from fox.

Try this (should work with recent versions of Excel) :

oExcel=getobject(getfile("xls"))
oExcel.windows(1).visible=.t.
oExcel.application.visible=.t.

you can, of course do much more,

François
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform