Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's Wrong here???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00502147
Message ID:
00502174
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform