Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
External application
Message
 
À
16/07/2001 16:50:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00531250
Message ID:
00531286
Vues:
11
>what should i do to open a PDF files from fox pro ?
>Thank u Alessio

depends on if you have the Windows Script Host and Acrobat Reader or not, but one way is:


oShell = CREATEOBJECT( 'WScript.Shell' )
oShell.Run( "MyPDF.PDF" )
oShell = .NULL.
RELEASE oShell
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform