Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Access
Message
De
16/06/2000 10:55:26
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00381264
Message ID:
00381393
Vues:
16
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform