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

But does this require Visual FOxpro 5.0 to be available in my machine ,
But my clients do not have FOXpro.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform