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:
01636658
Views:
60
>>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
>
Thanks
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Previous
Reply
Map
View

Click here to load this message in the networking platform