You can clear the contents of a data field, memo field, or a field in a scrollable region. Additionally, a function is provided to clear all the fields in one row of a scrollable region.
To clear the contents of a data field or memo field, call the field blank function, fld_blank():
|
||
|
|
|
|
|
|
To clear the contents of a field in a scrollable region, call the scrollable region field blank function, srf_blank():
|
||
|
|
|
|
|
|
|
|
|
To clear all the fields in one row of a scrollable region, use the scrollable region blank row function, sr_rowblank():
|
||
|
|
|
|
|
|