Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for an App on Machine
Message
 
 
To
02/11/2001 08:58:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00576654
Message ID:
00577209
Views:
17
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform