QdvSetDatabase.RunQdvMacro Method
NOTE: This member is now obsolete. Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.
<Obsolete("Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.")> _
Sub RunQdvMacro( _
ByVal MacroName As String, _
ByRef e As MacroExecutionError, _
ByRef context As CallingContext _
)
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISetDatabase.RunQdvMacro instead.")]
void RunQdvMacro(
string MacroName,
ref MacroExecutionError e,
ref CallingContext context
)
This language is not supported or no code example is available.
Parameters
- MacroName
- string
Name of the macro to execute, not its ID.
Error structure used to return an error info.
- context
- CallingContext
<default>