Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why doesn't this work? Scope? Non-VFP object inside a VF
Message
De
05/03/2001 12:48:38
 
 
À
05/03/2001 12:42:38
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00481943
Message ID:
00481947
Vues:
13
I haven't tested your code, but I think what's happening here is that ExcelObject is a property of your Exobj object which will contain a reference to an Excel application object. You need to initialise your properties with :

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

Function show
this.ExcelObject.visible = .T.

Best wishes,
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform