Apply_Reset

SUMMARY

Apply_Reset - Apply reset

SYNTAX

Apply_Reset(<Apply Group>)

ARGUMENTS

ApplyGroup
- Marks individual control elements as related.

DESCRIPTION

Resets any modification made to input fields labeled with the <Apply Group>.

EXAMPLES

Apply_Reset (MP_123)

Resets any input field related to Apply Group ‘MP_123’.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times