Was this helpful?
Validrow
Validates table field rows.
Examples--validrow statement:
Example 1:
This example validates all displayed columns of the current row before issuing a getrow statement:
## validrow empform employee
## getrow empform employee (vname = ename,
##                          vage = age, vnum = eno)
Example 2:
This example validates the sal and age columns of the first displayed row before retrieving the values:
## validrow empform employee 1 (age, sal)
## getrow empform employee (vage = age, vsal = sal,
##                          state = _state)
Last modified date: 04/03/2024