Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I run a Foxpro command from Visual Basic
Message
From
10/08/1998 08:49:11
 
 
To
10/08/1998 08:11:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00125183
Message ID:
00125204
Views:
17
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform