Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External application
Message
 
 
To
16/07/2001 16:50:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00531250
Message ID:
00531286
Views:
12
>what should i do to open a PDF files from fox pro ?
>Thank u Alessio

depends on if you have the Windows Script Host and Acrobat Reader or not, but one way is:


oShell = CREATEOBJECT( 'WScript.Shell' )
oShell.Run( "MyPDF.PDF" )
oShell = .NULL.
RELEASE oShell
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform