Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I run a Foxpro command from Visual Basic
Message
De
10/08/1998 08:11:33
 
 
À
10/08/1998 05:18:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00125183
Message ID:
00125195
Vues:
18
>I want to run Foxpro command
>Alter Table add column
>from Visual Basic .
>
>How do I do it?
>I do not know how to build classes and DLLs. I was advised to use Classes and then create DLL to do the above action.
>
>Could anybody elobarate ?
>
>--Satya


This works from Excel so it should work with VB

Dim oFox As Object
Set oFox = CreateObject("VisualFoxPro.Application")
oFox.docmd "ALTER TABLE" ' or whatever
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform