Procedure Clear_All
Call: | Send Clear_All |
Clear_All sends Refresh to notify data entry objects (DEOs). This is sent by DEOs attached to this object.
You can use Procedure Clear_All to default parent table values and find related parent tables when a new record is created. See Clear for details.
Clear_All is not re-entrant. Once a major Data-Dictionary operation (save, find, delete, clear) has begun you cannot start another major operation. The reentrancy restriction applies within DDO structures and across DDO structures.
See Also