Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Access
Message
From
16/06/2000 10:55:26
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00381264
Message ID:
00381393
Views:
17
Thankyou, I'll give it a try and take a look at the book sometime. It sounds like the automation chapter would be helpful. I used a work around by doing the following (found on the THREAD in the API section). This opens just about anything you have a file association for.


DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
INTEGER hwnd, ;
STRING lpVerb, ;
STRING lpFile, ;
STRING lpParameters, ;
STRING lpDirectory, ;
LONG nShowCmd


* Open Access DATABASE FILE
=Shellexecute(0,"Open","c:\temp\myfile.mdb","","",1)
Previous
Reply
Map
View

Click here to load this message in the networking platform