Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IDispatch?
Message
 
À
01/02/2002 03:33:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00613848
Message ID:
00613927
Vues:
72
Hi,
Don't know about VFP7, but in VFP6 IDispatch is an Object. And this code works:
osvg= CREATEOBJECT("Adobe.svgctl")
osvg.Src = GETFILE("svg")
oSVGDoc = osvg.GetSVGDocument()
? oSVGDoc.URL
>I'm not sure what an IDispatch is but, I'm tryinig to use the SVG viewer 3.0.
>To access the document I use the getsvgdocument method which returns IDispatch.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform