Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble opening pdf file
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01258626
Message ID:
01259115
Views:
33
>So when you say "it is just two lines of code," I am not exactly sure which two lines you are referring to. I am new to FoxPro and some of your code here kind of flies over my head.

From Message #773964
DECLARE INTEGER ShellExecute IN Shell32.dll ;
    INTEGER hwnd, STRING lpVerb, STRING lpFile, ;
    STRING lpParameters, STRING lpDirectory, LONG nShowCmd

* Open PDF file
=Shellexecute(0,"Open", lcPDFfile, "","",7)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform