Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening a Visio file from VFP
Message
From
28/12/2001 03:47:57
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00598616
Message ID:
00598690
Views:
15
Hi Carmel try the following:
oVisio = CREATEOBJECT('visio.Application')
odocument = oVisio.Documents.Open(myfile)
oVisio.Visible = .t.
also if you have VFP7 then you have all the methods and propreties trough itellisence just put LOCAL ovisio AS visio.application.

>Does anybody have any info on how to open a Visio file
>from within VFP.
>I cannot get any further than the following ....
>
>oVisio = CREATEOBJECT( 'visio.Application' )
>oVisio.Visible = .t.
>
>
>Thanks in advance !
>Carmel
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform