Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Excel over VFP 7.0 on Windows 2000 professional
Message
From
09/07/2002 03:55:59
 
 
To
08/07/2002 20:23:16
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00676407
Message ID:
00676470
Views:
25
Andy,

Is this the kind of thing you want to do?

loObject = CREATEOBJECT( "Excel.Application")
loObject.Visible = .T.

_Screen.Visible = .F.
DO WHILE loObject.Visible
ENDDO

_Screen.Visible = .T.

Mace

>Hello all,
>I am having an interesting problem with COM. While in VFP 7.0 I can select the data I need to display in Excel, copy the data to the excel format, I can open Excel and load the spread sheet into Excel. I can even make Excel appear in full screen. However, my problem is that I have not been able to make Excel the “Active application” and make VFP hide in the back ground while running Windows 2000 professional.
>
>Thank you for your help,
>
>Andy Eggers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform