Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adobe Acrobat document
Message
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00794952
Message ID:
00795033
Views:
20
Hi Rex,
You can use WSH http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsMthRun.asp
oShell = CREATEOBJECT('WScript.Shell')
lcPdfFile = GETFILE("PDF")
IF NOT EMPTY(lcPdfFile)  
  oShell.Run(lcPdfFile)
ENDIF
or ShellExecute API #12636.

>Hi Sergey,
>
>Thank you for the reply. I looked at the download which is quite interesting but not exactly what I am looking for. I have actually created the PDF documents, no problem. What I want to do now is to display them to my user seemlessly from inside of VFP by just opening the document. I have tried several ways including run /n training.pdf, etc without success.
>
>Hopefully, someone may have come across this before and have a simple solution.
>
>Thanks again.
>
>Rex
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform