Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot View PDF with ShellExecute
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Cannot View PDF with ShellExecute
Divers
Thread ID:
01554652
Message ID:
01554652
Vues:
65
Hi.
Have the code below to view a PDF file, but file is not displaying on a new PC added to a network.
All others can see the PDF file
Also, if user goes in in Windows Explorer, PDF file comes up if user clicks on it, so Adobe seems to be installed ok
Any ideas ?
Tia
Gerard
&& -----------------------------------------------------------------
&& Show the PDF file
DECLARE Integer ShellExecute IN "Shell32.dll" ;
    INTEGER hwnd, ;
    STRING lpVerb, ;
    STRING lpFILE, ;
    STRING lpParameters ,;
    STRING lpDirectory, ;
    LONG nShowCmd
lcPDFFile = lcPdf
=Shellexecute(0,"Open",lcPdfFile,"","",3)
&& -----------------------------------------------------------------
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform