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:12:44
 
 
À
10/08/1998 08:11:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00125183
Message ID:
00125197
Vues:
14
>>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


BTW this is only for VFP 5 +

Dave
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform