Verify Error operation

Top  Previous  Next

 

When a Verify Error operation is executed, an error message (box or status) is displayed. The cursor returns to the handled control by executing the operations that precede the Verify operation in reverse order back to the first operation in the handler.

To achieve the same logic in event-driven mechanism, Verify Error needs to converted to Verify Revert.

 

RM Compatible logic:

error1

 

Converted to event-driven mechanism:

error1_c

 

NOTE: Verify Error is converted to Verify Revert only when there are other operations between Select operation and current Verify Error. Single Verify Error stays Verify Error operation.