Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Excel in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01636615
Message ID:
01636643
Vues:
73
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform