RESET-ATTRIBUTES Action

This document covers the following topics:


Description

Resets all attributes in the global attribute list to their default values. For the default values, see the section Attributes. It is recommended to use this action before creating dialog elements dynamically with the ADD Action, for example, in an after open event handler.

Parameters

Name/Data Type Explanation
Response (I4) Output

Natural error (if applicable).

Example:

 
   /* After open event handler code 
   PROCESS GUI ACTION RESET-ATTRIBUTES GIVING #RESPONSE 
   PROCESS GUI ACTION ADD...