Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening excel in form
Message
De
05/06/2003 17:59:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Opening excel in form
Divers
Thread ID:
00796969
Message ID:
00796969
Vues:
50
I'm trying to open an excel document in a form but I get only as far as specifying the object to open, I have this:

oForm.addobject('oExcel','olecontrol','excel.Application')

oForm.oExcel.WorkBooks.Open('c:\test.xls')

oForm.oExcel.Height = THISFORM.txtContainer.height
oForm.oExcel.Width = THISFORM.txtContainer.width
oForm.oExcel.Top = THISFORM.txtContainer.top
oForm.oExcel.Left = THISFORM.txtContainer.left

oForm.oExcel.Visible = .t.
oForm.Show

But I still don't see the spreadsheet on the form. What am I missing?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform