Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling VFP EXE From Excel Macros
Message
De
10/06/2003 08:02:16
 
 
À
09/06/2003 22:06:30
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00798187
Message ID:
00798295
Vues:
22
>Hi Everyone,
>
>How do a make a macros to call a VFP .exe file... I have a small .exe file which moves files around and I want the user to be able to access the 'shortmove.exe' file from an Excel Spreadsheet Macros...
>

Another possibility is to build your VFP code as a DLL and instantiate it as a COM object:

SET oVFP = CreateObject("YourVFPDLL.YourObject")
oVFP.YourMethod()
SET oVFP = Nothing

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform