ItemCompleteOpenItem()

Has a new mnemonic that was given to the old ItemComplete(). It changes the Completed state of the currently open item.

Token ID

BFTKN_COMPLETE_ITEM or 193

Syntax

VOID ItemCompleteOpenItem([ENUM Accept])

Parameters

Accept As ENUM

(Optional) Enumerated values:

  • 1 Done
  • 0 Not Done

Remarks

When the Accept parameter is not specified, this token toggles the completed state to its other value.