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:11:33
 
 
To
10/08/1998 05:18:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00125183
Message ID:
00125195
Views:
19
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform