Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's Wrong here???
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00502147
Message ID:
00502174
Views:
18
>Ok, now that I have an instance of VFP, how do I run commands, like:
>
>USE
>
>or
>
>DO

PMFJI, try:

oVFP.DoCmd("some command line here")

Ex.
With oVFP
   .DoCmd("set default to C:\MyDir")
   .DoCmd("use mytable")
Endwith
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform