Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why doesn't this work? Scope? Non-VFP object inside a VFP..
Message
De
05/03/2001 12:42:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Why doesn't this work? Scope? Non-VFP object inside a VFP..
Divers
Thread ID:
00481943
Message ID:
00481943
Vues:
42
Excel = createObject("ExObj")
Excel.Show()


DEFINE Class ExObj as custom

ExcelObject = null

Function init
ExcelObject=createObject("Excel.Application")
ExcelObject.Visible = .F.

Function show
ExcelObject.visible = .T.

ENDDEFINE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform