Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adobe in VFP
Message
De
17/10/2001 18:53:54
 
 
À
17/10/2001 18:41:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00569961
Message ID:
00569965
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>Hello all,
> Has anyone ever used Adobe acrobat reader through VFP?
>Thanks,


Drop the ActiveX web browser control on a form. If the ole control is named 'ie', you can use the navigate method:
thisform.ie.Navigate('file://C:/data/myfile.pdf')
Also, if you get an 'Unspecified error' when running the form, putting a NODEFAULT in the refresh() method of the browser control solves that problem.

Of course the reader needs to be installed on the machine...

HTH,
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform