Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening a Visio file from VFP
Message
De
28/12/2001 03:47:57
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00598616
Message ID:
00598690
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform