Previous Topic: SetDescription Method

Next Topic: SetExtMergeToolFlag Method


SetExecuteFlag Method

Sets the execute flag.

Syntax

object.SetExecuteFlag(lngFlag)

Owning Class

CaWInteractiveMerge

Arguments
0

Specifies a 3-way merge

1

Specifies a 2-way merge

Return Value

None

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
bRet = objInteractiveMerge.SetExecuteFlag(0)

More information: