DoCmd Method

Executes a Visual FoxPro command for an instance of the Visual FoxPro application automation server.

ApplicationObject.DoCmd(cCommand)

Parameters

  • bstrCmd
    Specifies the Visual FoxPro command to execute.

Remarks

Applies To: Application Object | _VFP System Variable

cCommand must evaluate to a legal Visual FoxPro command.

See Also

Reference

DO Command
Eval Method
SetVar Method

Other Resources

Methods (Visual FoxPro)
Language Reference (Visual FoxPro)