Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check for an App on Machine
Message
 
 
À
02/11/2001 08:58:04
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00576654
Message ID:
00577209
Vues:
15
>How can I tell if a computer has the full acrobat on it so I can activeate functionality or not?

You can check for PDFWriter driver in the registry
#DEFINE HKEY_LOCAL_MACHINE -2147483646
oReg = NEWOBJECT("Registry", "Registry")
lcRegKey = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\Acrobat PDFWriter"
? oReg.IsKey(lcRegKey, HKEY_LOCAL_MACHINE)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform