Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IDispatch?
Message
 
To
01/02/2002 03:33:13
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00613848
Message ID:
00613927
Views:
67
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform