Validation Module REPFLD

Purpose:

Replace field data.

Usage:

REPFLD("fieldname","value")

  • fieldname is the name of a database field or a Data Entry Screen field (when preceded by "m1")

  • value is an expression or a value that evaluates to the same data type as fieldname

Operation:

The field specified by fieldname is replaced with the evaluated value, and the cursor is moved to the next field in the Data Entry Screen.


Related Topic

Validation Modules Introduction