Previous Topic: Description Property

Next Topic: IsValid Method


Execute Method

Executes the Approve process on the Package list currently selected using the Package Chooser.

Syntax
object.Execute()
Owning Class

CaWApprove

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objApprove
Set objApprove = objContext.GetApprove()
lngRet = objApprove.Execute()