Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display PDF file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00669389
Message ID:
00669394
Views:
11
You may use a direct call like:

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

? ShellExecute(0,"open","acrobat.pdf","","",1)

>Hi,
>
>Does anyone have some sample code for displaying a PDF document on a form?
>Or maybe a URL where I can steal...uh..borrow some code.
>
>I will also gladly accept some hints or other comments about this.
>
>Thanks in advance.
>
>Einar
Previous
Reply
Map
View

Click here to load this message in the networking platform