Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PDF files
Message
From
21/09/2000 08:14:29
 
 
To
20/09/2000 14:16:14
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00418661
Message ID:
00418913
Views:
29
>What is the best way to view a PDF file through VFP? Can Adobe Acrobat be launched from VFP?
>
>Thanks a bunch.
How about this:
IF FILE("C:\Program Files\Adobe\Acrobat 4.0\Reader\acrord32.exe")
lcRun = "C:\Program Files\Adobe\Acrobat 4.0\Reader\acrord32.exe " + '"' + FileNameVar + '"'
RUN /n &lcRun
ELSE
MESSAGEBOX("Reader could not be found")
ENDIF

Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform