Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Excel in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01636615
Message ID:
01636643
Views:
74
>I have an application which uses the following
>
>oXLS = thisform.OleControl1.object.document
>oExcel = oXLS.Application
>
>it runs on one machine within my client's set up but not on others
>
>what software needs to be installed in order to run on every machine

Don't put the activex control on your form. Instantiate it like this:
oExcel=CREATEOBJECT("Excel.Application")
IF VARTYPE(oExcel)<>"O"
	** not working
	RETURN
ENDIF
Brandon Harker
Sebae Data Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform