I. EQUEL/FORMS Examples : Clearrow
 
Share this page                  
Clearrow
Clears data from a row in a table field.
Examples--clearrow statement:
Example 1:
The following example clears all values in the current row:
## clearrow empform employee
Example 2:
The following example clears the ename column in the first displayed row:
## clearrow empform employee 1 (ename)