Purpose

.ForceWrite will force the validation and saving of data whenever EOD is executed for the Cycle object.
 

Syntax

Setting:           ObjectReference.ForceWrite = Value

Retrieving:      Variable = ObjectReference.OneTime
 

Operation

ObjectReference  is the Tag Name of the object
Value
is the one time setting (TRUE or 1, FALSE or 0)
Variable is a numeric variable
 

Remarks
 

This property can only be used on cycles that are not active.  When used, all EOD commands issued from a field that is past the last change field (all fields if last change field is undefined or 0) will be treated as EOD.  This overrides the usual practice of converting EOD to CANCEL when the current field is the first enterable field.

If applied, the EOD will never be replaced by CANCEL (no matter where the EOD came from).  The kernel makes no attempt to determine if there are actual changes, but does the write unconditionally.
 

Example
 

 

Comment on this topic

Topic ID: 510059